Skip to content

Latest commit

 

History

History
124 lines (67 loc) · 3.77 KB

File metadata and controls

124 lines (67 loc) · 3.77 KB

InstagramCarouselItem

Properties

Name Type Description Notes
MediaType float32 1 = image, 2 = video
ImageUrl string
VideoUrl string
AccessibilityCaption NullableString

Methods

NewInstagramCarouselItem

func NewInstagramCarouselItem(mediaType float32, imageUrl string, videoUrl string, accessibilityCaption NullableString, ) *InstagramCarouselItem

NewInstagramCarouselItem instantiates a new InstagramCarouselItem 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

NewInstagramCarouselItemWithDefaults

func NewInstagramCarouselItemWithDefaults() *InstagramCarouselItem

NewInstagramCarouselItemWithDefaults instantiates a new InstagramCarouselItem 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

GetMediaType

func (o *InstagramCarouselItem) GetMediaType() float32

GetMediaType returns the MediaType field if non-nil, zero value otherwise.

GetMediaTypeOk

func (o *InstagramCarouselItem) GetMediaTypeOk() (*float32, bool)

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

SetMediaType

func (o *InstagramCarouselItem) SetMediaType(v float32)

SetMediaType sets MediaType field to given value.

GetImageUrl

func (o *InstagramCarouselItem) GetImageUrl() string

GetImageUrl returns the ImageUrl field if non-nil, zero value otherwise.

GetImageUrlOk

func (o *InstagramCarouselItem) GetImageUrlOk() (*string, bool)

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

SetImageUrl

func (o *InstagramCarouselItem) SetImageUrl(v string)

SetImageUrl sets ImageUrl field to given value.

GetVideoUrl

func (o *InstagramCarouselItem) GetVideoUrl() string

GetVideoUrl returns the VideoUrl field if non-nil, zero value otherwise.

GetVideoUrlOk

func (o *InstagramCarouselItem) GetVideoUrlOk() (*string, bool)

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

SetVideoUrl

func (o *InstagramCarouselItem) SetVideoUrl(v string)

SetVideoUrl sets VideoUrl field to given value.

GetAccessibilityCaption

func (o *InstagramCarouselItem) GetAccessibilityCaption() string

GetAccessibilityCaption returns the AccessibilityCaption field if non-nil, zero value otherwise.

GetAccessibilityCaptionOk

func (o *InstagramCarouselItem) GetAccessibilityCaptionOk() (*string, bool)

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

SetAccessibilityCaption

func (o *InstagramCarouselItem) SetAccessibilityCaption(v string)

SetAccessibilityCaption sets AccessibilityCaption field to given value.

SetAccessibilityCaptionNil

func (o *InstagramCarouselItem) SetAccessibilityCaptionNil(b bool)

SetAccessibilityCaptionNil sets the value for AccessibilityCaption to be an explicit nil

UnsetAccessibilityCaption

func (o *InstagramCarouselItem) UnsetAccessibilityCaption()

UnsetAccessibilityCaption ensures that no value is present for AccessibilityCaption, not even an explicit nil

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