Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 345 Bytes

File metadata and controls

20 lines (14 loc) · 345 Bytes

Late::CreatePostRequestMediaItemsInner

Properties

Name Type Description Notes
type String [optional]
url String [optional]

Example

require 'late-sdk'

instance = Late::CreatePostRequestMediaItemsInner.new(
  type: null,
  url: null
)