Class: HighLevel::Models::SocialMediaPosting::TiktokPostSchema

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

Instance Attribute Summary collapse

Instance Attribute Details

#enable_commentObject (readonly)

Returns the value of attribute enable_comment

Returns:

  • (Object)

    the current value of enable_comment



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

def enable_comment
  @enable_comment
end

#enable_duetObject (readonly)

Returns the value of attribute enable_duet

Returns:

  • (Object)

    the current value of enable_duet



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

def enable_duet
  @enable_duet
end

#enable_stitchObject (readonly)

Returns the value of attribute enable_stitch

Returns:

  • (Object)

    the current value of enable_stitch



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

def enable_stitch
  @enable_stitch
end

#privacy_levelObject (readonly)

Returns the value of attribute privacy_level

Returns:

  • (Object)

    the current value of privacy_level



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

def privacy_level
  @privacy_level
end

#promote_other_brandObject (readonly)

Returns the value of attribute promote_other_brand

Returns:

  • (Object)

    the current value of promote_other_brand



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

def promote_other_brand
  @promote_other_brand
end

#promote_your_brandObject (readonly)

Returns the value of attribute promote_your_brand

Returns:

  • (Object)

    the current value of promote_your_brand



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

def promote_your_brand
  @promote_your_brand
end

#video_disclosureObject (readonly)

Returns the value of attribute video_disclosure

Returns:

  • (Object)

    the current value of video_disclosure



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

def video_disclosure
  @video_disclosure
end