Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Latest commit

 

History

History
102 lines (57 loc) · 2.65 KB

MediaPlayBody.md

File metadata and controls

102 lines (57 loc) · 2.65 KB

MediaPlayBody

Properties

Name Type Description Notes
ImageId Pointer to NullableString Image ID [optional]
Url Pointer to NullableString URL to a media file [optional]

Methods

NewMediaPlayBody

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

NewMediaPlayBodyWithDefaults

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

GetImageId

func (o *MediaPlayBody) GetImageId() string

GetImageId returns the ImageId field if non-nil, zero value otherwise.

GetImageIdOk

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.

SetImageId

func (o *MediaPlayBody) SetImageId(v string)

SetImageId sets ImageId field to given value.

HasImageId

func (o *MediaPlayBody) HasImageId() bool

HasImageId returns a boolean if a field has been set.

SetImageIdNil

func (o *MediaPlayBody) SetImageIdNil(b bool)

SetImageIdNil sets the value for ImageId to be an explicit nil

UnsetImageId

func (o *MediaPlayBody) UnsetImageId()

UnsetImageId ensures that no value is present for ImageId, not even an explicit nil

GetUrl

func (o *MediaPlayBody) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

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.

SetUrl

func (o *MediaPlayBody) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *MediaPlayBody) HasUrl() bool

HasUrl returns a boolean if a field has been set.

SetUrlNil

func (o *MediaPlayBody) SetUrlNil(b bool)

SetUrlNil sets the value for Url to be an explicit nil

UnsetUrl

func (o *MediaPlayBody) UnsetUrl()

UnsetUrl ensures that no value is present for Url, not even an explicit nil

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