| 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] |
require 'late-sdk'
instance = Late::CreateGoogleBusinessMediaRequest.new(
source_url: null,
media_format: null,
description: null,
category: null
)