Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 368 Bytes

File metadata and controls

20 lines (14 loc) · 368 Bytes

Unifapi::InstagramResolveMediaIdGet200ResponseData

Properties

Name Type Description Notes
shortcode String
media_id String

Example

require 'unifapi'

instance = Unifapi::InstagramResolveMediaIdGet200ResponseData.new(
  shortcode: null,
  media_id: null
)