Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 652 Bytes

File metadata and controls

24 lines (18 loc) · 652 Bytes

Zernio::GetTikTokCreatorInfo200ResponseCreator

Properties

Name Type Description Notes
nickname String Creator display name [optional]
avatar_url String Creator avatar URL [optional]
is_verified Boolean Whether the creator is verified [optional]
can_post_more Boolean Whether the creator can publish more posts right now [optional]

Example

require 'zernio-sdk'

instance = Zernio::GetTikTokCreatorInfo200ResponseCreator.new(
  nickname: null,
  avatar_url: null,
  is_verified: null,
  can_post_more: null
)