Class: HighLevel::Models::SocialMediaPosting::AttachTiktokAccountDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/social_media_posting/attach_tiktok_account_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#avatarObject (readonly)

Returns the value of attribute avatar

Returns:

  • (Object)

    the current value of avatar



9
10
11
# File 'lib/high_level/models/social_media_posting/attach_tiktok_account_dto.rb', line 9

def avatar
  @avatar
end

#company_idObject (readonly)

Returns the value of attribute company_id

Returns:

  • (Object)

    the current value of company_id



9
10
11
# File 'lib/high_level/models/social_media_posting/attach_tiktok_account_dto.rb', line 9

def company_id
  @company_id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/social_media_posting/attach_tiktok_account_dto.rb', line 9

def name
  @name
end

#origin_idObject (readonly)

Returns the value of attribute origin_id

Returns:

  • (Object)

    the current value of origin_id



9
10
11
# File 'lib/high_level/models/social_media_posting/attach_tiktok_account_dto.rb', line 9

def origin_id
  @origin_id
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/social_media_posting/attach_tiktok_account_dto.rb', line 9

def type
  @type
end

#usernameObject (readonly)

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



9
10
11
# File 'lib/high_level/models/social_media_posting/attach_tiktok_account_dto.rb', line 9

def username
  @username
end

#verifiedObject (readonly)

Returns the value of attribute verified

Returns:

  • (Object)

    the current value of verified



9
10
11
# File 'lib/high_level/models/social_media_posting/attach_tiktok_account_dto.rb', line 9

def verified
  @verified
end