Name | Type | Description | Notes |
---|---|---|---|
ImageId | Pointer to NullableString | Image ID | [optional] |
Url | Pointer to NullableString | URL to a media file | [optional] |
func NewMediaPlayBody() *MediaPlayBody
NewMediaPlayBody instantiates a new MediaPlayBody 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 NewMediaPlayBodyWithDefaults() *MediaPlayBody
NewMediaPlayBodyWithDefaults instantiates a new MediaPlayBody 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 *MediaPlayBody) GetImageId() string
GetImageId returns the ImageId field if non-nil, zero value otherwise.
func (o *MediaPlayBody) GetImageIdOk() (*string, bool)
GetImageIdOk returns a tuple with the ImageId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaPlayBody) SetImageId(v string)
SetImageId sets ImageId field to given value.
func (o *MediaPlayBody) HasImageId() bool
HasImageId returns a boolean if a field has been set.
func (o *MediaPlayBody) SetImageIdNil(b bool)
SetImageIdNil sets the value for ImageId to be an explicit nil
func (o *MediaPlayBody) UnsetImageId()
UnsetImageId ensures that no value is present for ImageId, not even an explicit nil
func (o *MediaPlayBody) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *MediaPlayBody) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaPlayBody) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *MediaPlayBody) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *MediaPlayBody) SetUrlNil(b bool)
SetUrlNil sets the value for Url to be an explicit nil
func (o *MediaPlayBody) UnsetUrl()
UnsetUrl ensures that no value is present for Url, not even an explicit nil