Class: HighLevel::Models::SocialMediaPosting::CreatePostDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::CreatePostDTO
- Defined in:
- lib/high_level/models/social_media_posting/create_post_dto.rb
Instance Attribute Summary collapse
-
#account_ids ⇒ Object
readonly
Returns the value of attribute account_ids.
-
#category_id ⇒ Object
readonly
Returns the value of attribute category_id.
-
#created_by ⇒ Object
readonly
Returns the value of attribute created_by.
-
#follow_up_comment ⇒ Object
readonly
Returns the value of attribute follow_up_comment.
-
#gmb_post_details ⇒ Object
readonly
Returns the value of attribute gmb_post_details.
-
#media ⇒ Object
readonly
Returns the value of attribute media.
-
#og_tags_details ⇒ Object
readonly
Returns the value of attribute og_tags_details.
-
#post_approval_details ⇒ Object
readonly
Returns the value of attribute post_approval_details.
-
#schedule_date ⇒ Object
readonly
Returns the value of attribute schedule_date.
-
#schedule_time_updated ⇒ Object
readonly
Returns the value of attribute schedule_time_updated.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#summary ⇒ Object
readonly
Returns the value of attribute summary.
-
#tags ⇒ Object
readonly
Returns the value of attribute tags.
-
#tiktok_post_details ⇒ Object
readonly
Returns the value of attribute tiktok_post_details.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
Instance Attribute Details
#account_ids ⇒ Object (readonly)
Returns the value of attribute account_ids
9 10 11 |
# File 'lib/high_level/models/social_media_posting/create_post_dto.rb', line 9 def account_ids @account_ids end |
#category_id ⇒ Object (readonly)
Returns the value of attribute category_id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/create_post_dto.rb', line 9 def category_id @category_id end |
#created_by ⇒ Object (readonly)
Returns the value of attribute created_by
9 10 11 |
# File 'lib/high_level/models/social_media_posting/create_post_dto.rb', line 9 def created_by @created_by end |
#follow_up_comment ⇒ Object (readonly)
Returns the value of attribute follow_up_comment
9 10 11 |
# File 'lib/high_level/models/social_media_posting/create_post_dto.rb', line 9 def follow_up_comment @follow_up_comment end |
#gmb_post_details ⇒ Object (readonly)
Returns the value of attribute gmb_post_details
9 10 11 |
# File 'lib/high_level/models/social_media_posting/create_post_dto.rb', line 9 def gmb_post_details @gmb_post_details end |
#media ⇒ Object (readonly)
Returns the value of attribute media
9 10 11 |
# File 'lib/high_level/models/social_media_posting/create_post_dto.rb', line 9 def media @media end |
#og_tags_details ⇒ Object (readonly)
Returns the value of attribute og_tags_details
9 10 11 |
# File 'lib/high_level/models/social_media_posting/create_post_dto.rb', line 9 def @og_tags_details end |
#post_approval_details ⇒ Object (readonly)
Returns the value of attribute post_approval_details
9 10 11 |
# File 'lib/high_level/models/social_media_posting/create_post_dto.rb', line 9 def post_approval_details @post_approval_details end |
#schedule_date ⇒ Object (readonly)
Returns the value of attribute schedule_date
9 10 11 |
# File 'lib/high_level/models/social_media_posting/create_post_dto.rb', line 9 def schedule_date @schedule_date end |
#schedule_time_updated ⇒ Object (readonly)
Returns the value of attribute schedule_time_updated
9 10 11 |
# File 'lib/high_level/models/social_media_posting/create_post_dto.rb', line 9 def schedule_time_updated @schedule_time_updated end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/social_media_posting/create_post_dto.rb', line 9 def status @status end |
#summary ⇒ Object (readonly)
Returns the value of attribute summary
9 10 11 |
# File 'lib/high_level/models/social_media_posting/create_post_dto.rb', line 9 def summary @summary end |
#tags ⇒ Object (readonly)
Returns the value of attribute tags
9 10 11 |
# File 'lib/high_level/models/social_media_posting/create_post_dto.rb', line 9 def @tags end |
#tiktok_post_details ⇒ Object (readonly)
Returns the value of attribute tiktok_post_details
9 10 11 |
# File 'lib/high_level/models/social_media_posting/create_post_dto.rb', line 9 def tiktok_post_details @tiktok_post_details end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/social_media_posting/create_post_dto.rb', line 9 def type @type end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/create_post_dto.rb', line 9 def user_id @user_id end |