| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | ||
| Offset | int64 | ||
| BatchIndex | Pointer to int64 | [optional] |
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
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
func (o *HealthSubStreamTransactionalIncrements) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *HealthSubStreamTransactionalIncrements) SetType(v string)
SetType sets Type field to given value.
func (o *HealthSubStreamTransactionalIncrements) GetOffset() int64
GetOffset returns the Offset field if non-nil, zero value otherwise.
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.
func (o *HealthSubStreamTransactionalIncrements) SetOffset(v int64)
SetOffset sets Offset field to given value.
func (o *HealthSubStreamTransactionalIncrements) GetBatchIndex() int64
GetBatchIndex returns the BatchIndex field if non-nil, zero value otherwise.
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.
func (o *HealthSubStreamTransactionalIncrements) SetBatchIndex(v int64)
SetBatchIndex sets BatchIndex field to given value.
func (o *HealthSubStreamTransactionalIncrements) HasBatchIndex() bool
HasBatchIndex returns a boolean if a field has been set.