Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 476 Bytes

File metadata and controls

20 lines (14 loc) · 476 Bytes

Late::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 'late-sdk'

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