Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 6.26 KB

File metadata and controls

186 lines (101 loc) · 6.26 KB

S3StatisticGetRequestResponse

Properties

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]

Methods

NewS3StatisticGetRequestResponse

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

NewS3StatisticGetRequestResponseWithDefaults

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

GetMethodGet

func (o *S3StatisticGetRequestResponse) GetMethodGet() StructuresStatisticSeriesData

GetMethodGet returns the MethodGet field if non-nil, zero value otherwise.

GetMethodGetOk

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.

SetMethodGet

func (o *S3StatisticGetRequestResponse) SetMethodGet(v StructuresStatisticSeriesData)

SetMethodGet sets MethodGet field to given value.

HasMethodGet

func (o *S3StatisticGetRequestResponse) HasMethodGet() bool

HasMethodGet returns a boolean if a field has been set.

GetMethodPost

func (o *S3StatisticGetRequestResponse) GetMethodPost() StructuresStatisticSeriesData

GetMethodPost returns the MethodPost field if non-nil, zero value otherwise.

GetMethodPostOk

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.

SetMethodPost

func (o *S3StatisticGetRequestResponse) SetMethodPost(v StructuresStatisticSeriesData)

SetMethodPost sets MethodPost field to given value.

HasMethodPost

func (o *S3StatisticGetRequestResponse) HasMethodPost() bool

HasMethodPost returns a boolean if a field has been set.

GetMethodPut

func (o *S3StatisticGetRequestResponse) GetMethodPut() StructuresStatisticSeriesData

GetMethodPut returns the MethodPut field if non-nil, zero value otherwise.

GetMethodPutOk

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.

SetMethodPut

func (o *S3StatisticGetRequestResponse) SetMethodPut(v StructuresStatisticSeriesData)

SetMethodPut sets MethodPut field to given value.

HasMethodPut

func (o *S3StatisticGetRequestResponse) HasMethodPut() bool

HasMethodPut returns a boolean if a field has been set.

GetMethodHead

func (o *S3StatisticGetRequestResponse) GetMethodHead() StructuresStatisticSeriesData

GetMethodHead returns the MethodHead field if non-nil, zero value otherwise.

GetMethodHeadOk

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.

SetMethodHead

func (o *S3StatisticGetRequestResponse) SetMethodHead(v StructuresStatisticSeriesData)

SetMethodHead sets MethodHead field to given value.

HasMethodHead

func (o *S3StatisticGetRequestResponse) HasMethodHead() bool

HasMethodHead returns a boolean if a field has been set.

GetMethodDelete

func (o *S3StatisticGetRequestResponse) GetMethodDelete() StructuresStatisticSeriesData

GetMethodDelete returns the MethodDelete field if non-nil, zero value otherwise.

GetMethodDeleteOk

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.

SetMethodDelete

func (o *S3StatisticGetRequestResponse) SetMethodDelete(v StructuresStatisticSeriesData)

SetMethodDelete sets MethodDelete field to given value.

HasMethodDelete

func (o *S3StatisticGetRequestResponse) HasMethodDelete() bool

HasMethodDelete returns a boolean if a field has been set.

GetMethodOptions

func (o *S3StatisticGetRequestResponse) GetMethodOptions() StructuresStatisticSeriesData

GetMethodOptions returns the MethodOptions field if non-nil, zero value otherwise.

GetMethodOptionsOk

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.

SetMethodOptions

func (o *S3StatisticGetRequestResponse) SetMethodOptions(v StructuresStatisticSeriesData)

SetMethodOptions sets MethodOptions field to given value.

HasMethodOptions

func (o *S3StatisticGetRequestResponse) HasMethodOptions() bool

HasMethodOptions returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]