Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 555 Bytes

File metadata and controls

22 lines (16 loc) · 555 Bytes

Late::SelectPinterestBoard200Response

Properties

Name Type Description Notes
message String [optional]
redirect_url String Redirect URL with connection params (if provided) [optional]
account SelectPinterestBoard200ResponseAccount [optional]

Example

require 'late-sdk'

instance = Late::SelectPinterestBoard200Response.new(
  message: null,
  redirect_url: null,
  account: null
)