Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 6.18 KB

UpdateLiveStreamKeyData.md

File metadata and controls

238 lines (129 loc) · 6.18 KB

UpdateLiveStreamKeyData

Properties

Name Type Description Notes
CreatedAt Pointer to string [optional]
Id Pointer to string [optional]
Name Pointer to string [optional]
RtmpUrl Pointer to string [optional]
Save Pointer to bool [optional]
StreamKey Pointer to string [optional]
UpdatedAt Pointer to string [optional]
UserId Pointer to string [optional]

Methods

NewUpdateLiveStreamKeyData

func NewUpdateLiveStreamKeyData() *UpdateLiveStreamKeyData

NewUpdateLiveStreamKeyData instantiates a new UpdateLiveStreamKeyData 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

NewUpdateLiveStreamKeyDataWithDefaults

func NewUpdateLiveStreamKeyDataWithDefaults() *UpdateLiveStreamKeyData

NewUpdateLiveStreamKeyDataWithDefaults instantiates a new UpdateLiveStreamKeyData 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

GetCreatedAt

func (o *UpdateLiveStreamKeyData) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *UpdateLiveStreamKeyData) GetCreatedAtOk() (*string, bool)

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

SetCreatedAt

func (o *UpdateLiveStreamKeyData) SetCreatedAt(v string)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *UpdateLiveStreamKeyData) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetId

func (o *UpdateLiveStreamKeyData) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *UpdateLiveStreamKeyData) GetIdOk() (*string, bool)

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

SetId

func (o *UpdateLiveStreamKeyData) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *UpdateLiveStreamKeyData) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *UpdateLiveStreamKeyData) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *UpdateLiveStreamKeyData) GetNameOk() (*string, bool)

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

SetName

func (o *UpdateLiveStreamKeyData) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *UpdateLiveStreamKeyData) HasName() bool

HasName returns a boolean if a field has been set.

GetRtmpUrl

func (o *UpdateLiveStreamKeyData) GetRtmpUrl() string

GetRtmpUrl returns the RtmpUrl field if non-nil, zero value otherwise.

GetRtmpUrlOk

func (o *UpdateLiveStreamKeyData) GetRtmpUrlOk() (*string, bool)

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

SetRtmpUrl

func (o *UpdateLiveStreamKeyData) SetRtmpUrl(v string)

SetRtmpUrl sets RtmpUrl field to given value.

HasRtmpUrl

func (o *UpdateLiveStreamKeyData) HasRtmpUrl() bool

HasRtmpUrl returns a boolean if a field has been set.

GetSave

func (o *UpdateLiveStreamKeyData) GetSave() bool

GetSave returns the Save field if non-nil, zero value otherwise.

GetSaveOk

func (o *UpdateLiveStreamKeyData) GetSaveOk() (*bool, bool)

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

SetSave

func (o *UpdateLiveStreamKeyData) SetSave(v bool)

SetSave sets Save field to given value.

HasSave

func (o *UpdateLiveStreamKeyData) HasSave() bool

HasSave returns a boolean if a field has been set.

GetStreamKey

func (o *UpdateLiveStreamKeyData) GetStreamKey() string

GetStreamKey returns the StreamKey field if non-nil, zero value otherwise.

GetStreamKeyOk

func (o *UpdateLiveStreamKeyData) GetStreamKeyOk() (*string, bool)

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

SetStreamKey

func (o *UpdateLiveStreamKeyData) SetStreamKey(v string)

SetStreamKey sets StreamKey field to given value.

HasStreamKey

func (o *UpdateLiveStreamKeyData) HasStreamKey() bool

HasStreamKey returns a boolean if a field has been set.

GetUpdatedAt

func (o *UpdateLiveStreamKeyData) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

func (o *UpdateLiveStreamKeyData) GetUpdatedAtOk() (*string, bool)

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

SetUpdatedAt

func (o *UpdateLiveStreamKeyData) SetUpdatedAt(v string)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *UpdateLiveStreamKeyData) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

GetUserId

func (o *UpdateLiveStreamKeyData) GetUserId() string

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

func (o *UpdateLiveStreamKeyData) GetUserIdOk() (*string, bool)

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

SetUserId

func (o *UpdateLiveStreamKeyData) SetUserId(v string)

SetUserId sets UserId field to given value.

HasUserId

func (o *UpdateLiveStreamKeyData) HasUserId() bool

HasUserId returns a boolean if a field has been set.

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