| Name | Type | Description | Notes |
|---|---|---|---|
| MethodGet | Pointer to StructuresStatisticSeriesData | [optional] | |
| MethodPost | Pointer to StructuresStatisticSeriesData | [optional] | |
| MethodPut | Pointer to StructuresStatisticSeriesData | [optional] | |
| MethodHead | Pointer to StructuresStatisticSeriesData | [optional] | |
| MethodDelete | Pointer to StructuresStatisticSeriesData | [optional] | |
| MethodOptions | Pointer to StructuresStatisticSeriesData | [optional] |
func NewS3StatisticGetRequestResponse() *S3StatisticGetRequestResponse
NewS3StatisticGetRequestResponse instantiates a new S3StatisticGetRequestResponse 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 NewS3StatisticGetRequestResponseWithDefaults() *S3StatisticGetRequestResponse
NewS3StatisticGetRequestResponseWithDefaults instantiates a new S3StatisticGetRequestResponse 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 *S3StatisticGetRequestResponse) GetMethodGet() StructuresStatisticSeriesData
GetMethodGet returns the MethodGet field if non-nil, zero value otherwise.
func (o *S3StatisticGetRequestResponse) GetMethodGetOk() (*StructuresStatisticSeriesData, bool)
GetMethodGetOk returns a tuple with the MethodGet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *S3StatisticGetRequestResponse) SetMethodGet(v StructuresStatisticSeriesData)
SetMethodGet sets MethodGet field to given value.
func (o *S3StatisticGetRequestResponse) HasMethodGet() bool
HasMethodGet returns a boolean if a field has been set.
func (o *S3StatisticGetRequestResponse) GetMethodPost() StructuresStatisticSeriesData
GetMethodPost returns the MethodPost field if non-nil, zero value otherwise.
func (o *S3StatisticGetRequestResponse) GetMethodPostOk() (*StructuresStatisticSeriesData, bool)
GetMethodPostOk returns a tuple with the MethodPost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *S3StatisticGetRequestResponse) SetMethodPost(v StructuresStatisticSeriesData)
SetMethodPost sets MethodPost field to given value.
func (o *S3StatisticGetRequestResponse) HasMethodPost() bool
HasMethodPost returns a boolean if a field has been set.
func (o *S3StatisticGetRequestResponse) GetMethodPut() StructuresStatisticSeriesData
GetMethodPut returns the MethodPut field if non-nil, zero value otherwise.
func (o *S3StatisticGetRequestResponse) GetMethodPutOk() (*StructuresStatisticSeriesData, bool)
GetMethodPutOk returns a tuple with the MethodPut field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *S3StatisticGetRequestResponse) SetMethodPut(v StructuresStatisticSeriesData)
SetMethodPut sets MethodPut field to given value.
func (o *S3StatisticGetRequestResponse) HasMethodPut() bool
HasMethodPut returns a boolean if a field has been set.
func (o *S3StatisticGetRequestResponse) GetMethodHead() StructuresStatisticSeriesData
GetMethodHead returns the MethodHead field if non-nil, zero value otherwise.
func (o *S3StatisticGetRequestResponse) GetMethodHeadOk() (*StructuresStatisticSeriesData, bool)
GetMethodHeadOk returns a tuple with the MethodHead field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *S3StatisticGetRequestResponse) SetMethodHead(v StructuresStatisticSeriesData)
SetMethodHead sets MethodHead field to given value.
func (o *S3StatisticGetRequestResponse) HasMethodHead() bool
HasMethodHead returns a boolean if a field has been set.
func (o *S3StatisticGetRequestResponse) GetMethodDelete() StructuresStatisticSeriesData
GetMethodDelete returns the MethodDelete field if non-nil, zero value otherwise.
func (o *S3StatisticGetRequestResponse) GetMethodDeleteOk() (*StructuresStatisticSeriesData, bool)
GetMethodDeleteOk returns a tuple with the MethodDelete field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *S3StatisticGetRequestResponse) SetMethodDelete(v StructuresStatisticSeriesData)
SetMethodDelete sets MethodDelete field to given value.
func (o *S3StatisticGetRequestResponse) HasMethodDelete() bool
HasMethodDelete returns a boolean if a field has been set.
func (o *S3StatisticGetRequestResponse) GetMethodOptions() StructuresStatisticSeriesData
GetMethodOptions returns the MethodOptions field if non-nil, zero value otherwise.
func (o *S3StatisticGetRequestResponse) GetMethodOptionsOk() (*StructuresStatisticSeriesData, bool)
GetMethodOptionsOk returns a tuple with the MethodOptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *S3StatisticGetRequestResponse) SetMethodOptions(v StructuresStatisticSeriesData)
SetMethodOptions sets MethodOptions field to given value.
func (o *S3StatisticGetRequestResponse) HasMethodOptions() bool
HasMethodOptions returns a boolean if a field has been set.