Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 3.04 KB

File metadata and controls

98 lines (53 loc) · 3.04 KB

HealthSubStreamTransactionalIncrements

Properties

Name Type Description Notes
Type string
Offset int64
BatchIndex Pointer to int64 [optional]

Methods

NewHealthSubStreamTransactionalIncrements

func NewHealthSubStreamTransactionalIncrements(type_ string, offset int64, ) *HealthSubStreamTransactionalIncrements

NewHealthSubStreamTransactionalIncrements instantiates a new HealthSubStreamTransactionalIncrements 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

NewHealthSubStreamTransactionalIncrementsWithDefaults

func NewHealthSubStreamTransactionalIncrementsWithDefaults() *HealthSubStreamTransactionalIncrements

NewHealthSubStreamTransactionalIncrementsWithDefaults instantiates a new HealthSubStreamTransactionalIncrements 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

GetType

func (o *HealthSubStreamTransactionalIncrements) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *HealthSubStreamTransactionalIncrements) GetTypeOk() (*string, bool)

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

SetType

func (o *HealthSubStreamTransactionalIncrements) SetType(v string)

SetType sets Type field to given value.

GetOffset

func (o *HealthSubStreamTransactionalIncrements) GetOffset() int64

GetOffset returns the Offset field if non-nil, zero value otherwise.

GetOffsetOk

func (o *HealthSubStreamTransactionalIncrements) GetOffsetOk() (*int64, bool)

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

SetOffset

func (o *HealthSubStreamTransactionalIncrements) SetOffset(v int64)

SetOffset sets Offset field to given value.

GetBatchIndex

func (o *HealthSubStreamTransactionalIncrements) GetBatchIndex() int64

GetBatchIndex returns the BatchIndex field if non-nil, zero value otherwise.

GetBatchIndexOk

func (o *HealthSubStreamTransactionalIncrements) GetBatchIndexOk() (*int64, bool)

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

SetBatchIndex

func (o *HealthSubStreamTransactionalIncrements) SetBatchIndex(v int64)

SetBatchIndex sets BatchIndex field to given value.

HasBatchIndex

func (o *HealthSubStreamTransactionalIncrements) HasBatchIndex() bool

HasBatchIndex returns a boolean if a field has been set.

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