Class: HighLevel::Models::SocialMediaPosting::TiktokPostSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::TiktokPostSchema
- Defined in:
- lib/high_level/models/social_media_posting/tiktok_post_schema.rb
Instance Attribute Summary collapse
-
#enable_comment ⇒ Object
readonly
Returns the value of attribute enable_comment.
-
#enable_duet ⇒ Object
readonly
Returns the value of attribute enable_duet.
-
#enable_stitch ⇒ Object
readonly
Returns the value of attribute enable_stitch.
-
#privacy_level ⇒ Object
readonly
Returns the value of attribute privacy_level.
-
#promote_other_brand ⇒ Object
readonly
Returns the value of attribute promote_other_brand.
-
#promote_your_brand ⇒ Object
readonly
Returns the value of attribute promote_your_brand.
-
#video_disclosure ⇒ Object
readonly
Returns the value of attribute video_disclosure.
Instance Attribute Details
#enable_comment ⇒ Object (readonly)
Returns the value of attribute 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_duet ⇒ Object (readonly)
Returns the value of attribute 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_stitch ⇒ Object (readonly)
Returns the value of attribute 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_level ⇒ Object (readonly)
Returns the value of attribute 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_brand ⇒ Object (readonly)
Returns the value of attribute 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_brand ⇒ Object (readonly)
Returns the value of attribute 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_disclosure ⇒ Object (readonly)
Returns the value of attribute 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 |