Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 482 Bytes

File metadata and controls

20 lines (14 loc) · 482 Bytes

Zernio::GoogleBusinessPlatformDataCallToAction

Properties

Name Type Description Notes
type String Button action type: LEARN_MORE, BOOK, ORDER, SHOP, SIGN_UP, CALL
url String Destination URL for the CTA button (required when callToAction is provided)

Example

require 'zernio-sdk'

instance = Zernio::GoogleBusinessPlatformDataCallToAction.new(
  type: null,
  url: null
)