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] |
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
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
func (o *UpdateLiveStreamKeyData) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
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.
func (o *UpdateLiveStreamKeyData) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *UpdateLiveStreamKeyData) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *UpdateLiveStreamKeyData) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *UpdateLiveStreamKeyData) SetId(v string)
SetId sets Id field to given value.
func (o *UpdateLiveStreamKeyData) HasId() bool
HasId returns a boolean if a field has been set.
func (o *UpdateLiveStreamKeyData) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *UpdateLiveStreamKeyData) SetName(v string)
SetName sets Name field to given value.
func (o *UpdateLiveStreamKeyData) HasName() bool
HasName returns a boolean if a field has been set.
func (o *UpdateLiveStreamKeyData) GetRtmpUrl() string
GetRtmpUrl returns the RtmpUrl field if non-nil, zero value otherwise.
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.
func (o *UpdateLiveStreamKeyData) SetRtmpUrl(v string)
SetRtmpUrl sets RtmpUrl field to given value.
func (o *UpdateLiveStreamKeyData) HasRtmpUrl() bool
HasRtmpUrl returns a boolean if a field has been set.
func (o *UpdateLiveStreamKeyData) GetSave() bool
GetSave returns the Save field if non-nil, zero value otherwise.
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.
func (o *UpdateLiveStreamKeyData) SetSave(v bool)
SetSave sets Save field to given value.
func (o *UpdateLiveStreamKeyData) HasSave() bool
HasSave returns a boolean if a field has been set.
func (o *UpdateLiveStreamKeyData) GetStreamKey() string
GetStreamKey returns the StreamKey field if non-nil, zero value otherwise.
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.
func (o *UpdateLiveStreamKeyData) SetStreamKey(v string)
SetStreamKey sets StreamKey field to given value.
func (o *UpdateLiveStreamKeyData) HasStreamKey() bool
HasStreamKey returns a boolean if a field has been set.
func (o *UpdateLiveStreamKeyData) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
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.
func (o *UpdateLiveStreamKeyData) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *UpdateLiveStreamKeyData) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *UpdateLiveStreamKeyData) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
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.
func (o *UpdateLiveStreamKeyData) SetUserId(v string)
SetUserId sets UserId field to given value.
func (o *UpdateLiveStreamKeyData) HasUserId() bool
HasUserId returns a boolean if a field has been set.