Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.42 KB

File metadata and controls

72 lines (39 loc) · 2.42 KB

InstagramResolveMediaIdGet200ResponseData

Properties

Name Type Description Notes
Shortcode string
MediaId string

Methods

NewInstagramResolveMediaIdGet200ResponseData

func NewInstagramResolveMediaIdGet200ResponseData(shortcode string, mediaId string, ) *InstagramResolveMediaIdGet200ResponseData

NewInstagramResolveMediaIdGet200ResponseData instantiates a new InstagramResolveMediaIdGet200ResponseData 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

NewInstagramResolveMediaIdGet200ResponseDataWithDefaults

func NewInstagramResolveMediaIdGet200ResponseDataWithDefaults() *InstagramResolveMediaIdGet200ResponseData

NewInstagramResolveMediaIdGet200ResponseDataWithDefaults instantiates a new InstagramResolveMediaIdGet200ResponseData 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

GetShortcode

func (o *InstagramResolveMediaIdGet200ResponseData) GetShortcode() string

GetShortcode returns the Shortcode field if non-nil, zero value otherwise.

GetShortcodeOk

func (o *InstagramResolveMediaIdGet200ResponseData) GetShortcodeOk() (*string, bool)

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

SetShortcode

func (o *InstagramResolveMediaIdGet200ResponseData) SetShortcode(v string)

SetShortcode sets Shortcode field to given value.

GetMediaId

func (o *InstagramResolveMediaIdGet200ResponseData) GetMediaId() string

GetMediaId returns the MediaId field if non-nil, zero value otherwise.

GetMediaIdOk

func (o *InstagramResolveMediaIdGet200ResponseData) GetMediaIdOk() (*string, bool)

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

SetMediaId

func (o *InstagramResolveMediaIdGet200ResponseData) SetMediaId(v string)

SetMediaId sets MediaId field to given value.

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