| Name | Type | Description | Notes |
|---|---|---|---|
| ExpiresAt | Pointer to time.Time | [optional] [readonly] | |
| Token | Pointer to string | [optional] [readonly] |
func NewBroadcastToken() *BroadcastToken
NewBroadcastToken instantiates a new BroadcastToken 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 NewBroadcastTokenWithDefaults() *BroadcastToken
NewBroadcastTokenWithDefaults instantiates a new BroadcastToken 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 *BroadcastToken) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.
func (o *BroadcastToken) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BroadcastToken) SetExpiresAt(v time.Time)
SetExpiresAt sets ExpiresAt field to given value.
func (o *BroadcastToken) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (o *BroadcastToken) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *BroadcastToken) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BroadcastToken) SetToken(v string)
SetToken sets Token field to given value.
func (o *BroadcastToken) HasToken() bool
HasToken returns a boolean if a field has been set.