Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 779 Bytes

File metadata and controls

30 lines (24 loc) · 779 Bytes

Late::SelectSnapchatProfile200ResponseAccount

Properties

Name Type Description Notes
account_id String ID of the created SocialAccount [optional]
platform String [optional]
username String [optional]
display_name String [optional]
profile_picture String [optional]
is_active Boolean [optional]
public_profile_name String [optional]

Example

require 'late-sdk'

instance = Late::SelectSnapchatProfile200ResponseAccount.new(
  account_id: null,
  platform: null,
  username: null,
  display_name: null,
  profile_picture: null,
  is_active: null,
  public_profile_name: null
)