| Name | Type | Description | Notes |
|---|---|---|---|
| IsLive | bool | ||
| StartedAt | Pointer to NullableTime | [optional] | |
| EndedAt | Pointer to NullableTime | [optional] |
func NewStreamStatusDto(isLive bool, ) *StreamStatusDto
NewStreamStatusDto instantiates a new StreamStatusDto 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 NewStreamStatusDtoWithDefaults() *StreamStatusDto
NewStreamStatusDtoWithDefaults instantiates a new StreamStatusDto 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 *StreamStatusDto) GetIsLive() bool
GetIsLive returns the IsLive field if non-nil, zero value otherwise.
func (o *StreamStatusDto) GetIsLiveOk() (*bool, bool)
GetIsLiveOk returns a tuple with the IsLive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StreamStatusDto) SetIsLive(v bool)
SetIsLive sets IsLive field to given value.
func (o *StreamStatusDto) GetStartedAt() time.Time
GetStartedAt returns the StartedAt field if non-nil, zero value otherwise.
func (o *StreamStatusDto) GetStartedAtOk() (*time.Time, bool)
GetStartedAtOk returns a tuple with the StartedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StreamStatusDto) SetStartedAt(v time.Time)
SetStartedAt sets StartedAt field to given value.
func (o *StreamStatusDto) HasStartedAt() bool
HasStartedAt returns a boolean if a field has been set.
func (o *StreamStatusDto) SetStartedAtNil(b bool)
SetStartedAtNil sets the value for StartedAt to be an explicit nil
func (o *StreamStatusDto) UnsetStartedAt()
UnsetStartedAt ensures that no value is present for StartedAt, not even an explicit nil
func (o *StreamStatusDto) GetEndedAt() time.Time
GetEndedAt returns the EndedAt field if non-nil, zero value otherwise.
func (o *StreamStatusDto) GetEndedAtOk() (*time.Time, bool)
GetEndedAtOk returns a tuple with the EndedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StreamStatusDto) SetEndedAt(v time.Time)
SetEndedAt sets EndedAt field to given value.
func (o *StreamStatusDto) HasEndedAt() bool
HasEndedAt returns a boolean if a field has been set.
func (o *StreamStatusDto) SetEndedAtNil(b bool)
SetEndedAtNil sets the value for EndedAt to be an explicit nil
func (o *StreamStatusDto) UnsetEndedAt()
UnsetEndedAt ensures that no value is present for EndedAt, not even an explicit nil