Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 301 Bytes

File metadata and controls

18 lines (12 loc) · 301 Bytes

Late::UnpublishPostRequest

Properties

Name Type Description Notes
platform String The platform to delete the post from

Example

require 'late-sdk'

instance = Late::UnpublishPostRequest.new(
  platform: null
)