| Name | Type | Description | Notes |
|---|---|---|---|
| Shortcode | string | ||
| MediaId | string |
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
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
func (o *InstagramResolveMediaIdGet200ResponseData) GetShortcode() string
GetShortcode returns the Shortcode field if non-nil, zero value otherwise.
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.
func (o *InstagramResolveMediaIdGet200ResponseData) SetShortcode(v string)
SetShortcode sets Shortcode field to given value.
func (o *InstagramResolveMediaIdGet200ResponseData) GetMediaId() string
GetMediaId returns the MediaId field if non-nil, zero value otherwise.
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.
func (o *InstagramResolveMediaIdGet200ResponseData) SetMediaId(v string)
SetMediaId sets MediaId field to given value.