sdk-go-zincsearch/docs/MetaHttpRetriesResponse.md
2022-09-21 18:18:06 +08:00

2.3 KiB

MetaHttpRetriesResponse

Properties

Name Type Description Notes
Bulk Pointer to int32 [optional]
Search Pointer to int32 [optional]

Methods

NewMetaHttpRetriesResponse

func NewMetaHttpRetriesResponse() *MetaHttpRetriesResponse

NewMetaHttpRetriesResponse instantiates a new MetaHttpRetriesResponse 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

NewMetaHttpRetriesResponseWithDefaults

func NewMetaHttpRetriesResponseWithDefaults() *MetaHttpRetriesResponse

NewMetaHttpRetriesResponseWithDefaults instantiates a new MetaHttpRetriesResponse 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

GetBulk

func (o *MetaHttpRetriesResponse) GetBulk() int32

GetBulk returns the Bulk field if non-nil, zero value otherwise.

GetBulkOk

func (o *MetaHttpRetriesResponse) GetBulkOk() (*int32, bool)

GetBulkOk returns a tuple with the Bulk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBulk

func (o *MetaHttpRetriesResponse) SetBulk(v int32)

SetBulk sets Bulk field to given value.

HasBulk

func (o *MetaHttpRetriesResponse) HasBulk() bool

HasBulk returns a boolean if a field has been set.

GetSearch

func (o *MetaHttpRetriesResponse) GetSearch() int32

GetSearch returns the Search field if non-nil, zero value otherwise.

GetSearchOk

func (o *MetaHttpRetriesResponse) GetSearchOk() (*int32, bool)

GetSearchOk returns a tuple with the Search field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSearch

func (o *MetaHttpRetriesResponse) SetSearch(v int32)

SetSearch sets Search field to given value.

HasSearch

func (o *MetaHttpRetriesResponse) HasSearch() bool

HasSearch returns a boolean if a field has been set.

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