Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 611 Bytes

File metadata and controls

24 lines (18 loc) · 611 Bytes

Late::CreateGoogleBusinessMediaRequest

Properties

Name Type Description Notes
source_url String Publicly accessible image URL
media_format String [optional][default to 'PHOTO']
description String Photo description [optional]
category String Where the photo appears on the listing [optional]

Example

require 'late-sdk'

instance = Late::CreateGoogleBusinessMediaRequest.new(
  source_url: null,
  media_format: null,
  description: null,
  category: null
)