| Name | Type | Description | Notes |
|---|---|---|---|
| MediaType | float32 | 1 = image, 2 = video | |
| ImageUrl | string | ||
| VideoUrl | string | ||
| AccessibilityCaption | NullableString |
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
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
func (o *InstagramCarouselItem) GetMediaType() float32
GetMediaType returns the MediaType field if non-nil, zero value otherwise.
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.
func (o *InstagramCarouselItem) SetMediaType(v float32)
SetMediaType sets MediaType field to given value.
func (o *InstagramCarouselItem) GetImageUrl() string
GetImageUrl returns the ImageUrl field if non-nil, zero value otherwise.
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.
func (o *InstagramCarouselItem) SetImageUrl(v string)
SetImageUrl sets ImageUrl field to given value.
func (o *InstagramCarouselItem) GetVideoUrl() string
GetVideoUrl returns the VideoUrl field if non-nil, zero value otherwise.
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.
func (o *InstagramCarouselItem) SetVideoUrl(v string)
SetVideoUrl sets VideoUrl field to given value.
func (o *InstagramCarouselItem) GetAccessibilityCaption() string
GetAccessibilityCaption returns the AccessibilityCaption field if non-nil, zero value otherwise.
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.
func (o *InstagramCarouselItem) SetAccessibilityCaption(v string)
SetAccessibilityCaption sets AccessibilityCaption field to given value.
func (o *InstagramCarouselItem) SetAccessibilityCaptionNil(b bool)
SetAccessibilityCaptionNil sets the value for AccessibilityCaption to be an explicit nil
func (o *InstagramCarouselItem) UnsetAccessibilityCaption()
UnsetAccessibilityCaption ensures that no value is present for AccessibilityCaption, not even an explicit nil