Name | Type | Description | Notes |
---|---|---|---|
ApplyBeforeFlattening | Pointer to bool | [optional] | |
IsRemoved | Pointer to bool | [optional] | |
Order | Pointer to int32 | [optional] | |
Stream | Pointer to string | [optional] | |
StreamType | Pointer to StreamType | [optional] |
func NewStreamOrder() *StreamOrder
NewStreamOrder instantiates a new StreamOrder 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 NewStreamOrderWithDefaults() *StreamOrder
NewStreamOrderWithDefaults instantiates a new StreamOrder 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 *StreamOrder) GetApplyBeforeFlattening() bool
GetApplyBeforeFlattening returns the ApplyBeforeFlattening field if non-nil, zero value otherwise.
func (o *StreamOrder) GetApplyBeforeFlatteningOk() (*bool, bool)
GetApplyBeforeFlatteningOk returns a tuple with the ApplyBeforeFlattening field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StreamOrder) SetApplyBeforeFlattening(v bool)
SetApplyBeforeFlattening sets ApplyBeforeFlattening field to given value.
func (o *StreamOrder) HasApplyBeforeFlattening() bool
HasApplyBeforeFlattening returns a boolean if a field has been set.
func (o *StreamOrder) GetIsRemoved() bool
GetIsRemoved returns the IsRemoved field if non-nil, zero value otherwise.
func (o *StreamOrder) GetIsRemovedOk() (*bool, bool)
GetIsRemovedOk returns a tuple with the IsRemoved field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StreamOrder) SetIsRemoved(v bool)
SetIsRemoved sets IsRemoved field to given value.
func (o *StreamOrder) HasIsRemoved() bool
HasIsRemoved returns a boolean if a field has been set.
func (o *StreamOrder) GetOrder() int32
GetOrder returns the Order field if non-nil, zero value otherwise.
func (o *StreamOrder) GetOrderOk() (*int32, bool)
GetOrderOk returns a tuple with the Order field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StreamOrder) SetOrder(v int32)
SetOrder sets Order field to given value.
func (o *StreamOrder) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (o *StreamOrder) GetStream() string
GetStream returns the Stream field if non-nil, zero value otherwise.
func (o *StreamOrder) GetStreamOk() (*string, bool)
GetStreamOk returns a tuple with the Stream field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StreamOrder) SetStream(v string)
SetStream sets Stream field to given value.
func (o *StreamOrder) HasStream() bool
HasStream returns a boolean if a field has been set.
func (o *StreamOrder) GetStreamType() StreamType
GetStreamType returns the StreamType field if non-nil, zero value otherwise.
func (o *StreamOrder) GetStreamTypeOk() (*StreamType, bool)
GetStreamTypeOk returns a tuple with the StreamType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StreamOrder) SetStreamType(v StreamType)
SetStreamType sets StreamType field to given value.
func (o *StreamOrder) HasStreamType() bool
HasStreamType returns a boolean if a field has been set.