Name | Type | Description | Notes |
---|---|---|---|
RequestId | Pointer to string | [optional] | |
ServingData | Pointer to string | [optional] |
func NewStackpathRpcRequestInfo() *StackpathRpcRequestInfo
NewStackpathRpcRequestInfo instantiates a new StackpathRpcRequestInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStackpathRpcRequestInfoWithDefaults() *StackpathRpcRequestInfo
NewStackpathRpcRequestInfoWithDefaults instantiates a new StackpathRpcRequestInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *StackpathRpcRequestInfo) GetRequestId() string
GetRequestId returns the RequestId field if non-nil, zero value otherwise.
func (o *StackpathRpcRequestInfo) GetRequestIdOk() (*string, bool)
GetRequestIdOk returns a tuple with the RequestId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StackpathRpcRequestInfo) SetRequestId(v string)
SetRequestId sets RequestId field to given value.
func (o *StackpathRpcRequestInfo) HasRequestId() bool
HasRequestId returns a boolean if a field has been set.
func (o *StackpathRpcRequestInfo) GetServingData() string
GetServingData returns the ServingData field if non-nil, zero value otherwise.
func (o *StackpathRpcRequestInfo) GetServingDataOk() (*string, bool)
GetServingDataOk returns a tuple with the ServingData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StackpathRpcRequestInfo) SetServingData(v string)
SetServingData sets ServingData field to given value.
func (o *StackpathRpcRequestInfo) HasServingData() bool
HasServingData returns a boolean if a field has been set.