Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 493 Bytes

File metadata and controls

22 lines (16 loc) · 493 Bytes

Zernio::CreatePinterestBoardRequest

Properties

Name Type Description Notes
name String Name of the board
description String Board description [optional]
privacy String Board privacy setting [optional][default to 'PUBLIC']

Example

require 'zernio-sdk'

instance = Zernio::CreatePinterestBoardRequest.new(
  name: null,
  description: null,
  privacy: null
)