Class: HighLevel::Models::SocialMediaPosting::UploadFileResponseSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::UploadFileResponseSchema
- Defined in:
- lib/high_level/models/social_media_posting/upload_file_response_schema.rb
Instance Attribute Summary collapse
-
#file_name ⇒ Object
readonly
Returns the value of attribute file_name.
-
#file_path ⇒ Object
readonly
Returns the value of attribute file_path.
-
#rows_count ⇒ Object
readonly
Returns the value of attribute rows_count.
Instance Attribute Details
#file_name ⇒ Object (readonly)
Returns the value of attribute file_name
9 10 11 |
# File 'lib/high_level/models/social_media_posting/upload_file_response_schema.rb', line 9 def file_name @file_name end |
#file_path ⇒ Object (readonly)
Returns the value of attribute file_path
9 10 11 |
# File 'lib/high_level/models/social_media_posting/upload_file_response_schema.rb', line 9 def file_path @file_path end |
#rows_count ⇒ Object (readonly)
Returns the value of attribute rows_count
9 10 11 |
# File 'lib/high_level/models/social_media_posting/upload_file_response_schema.rb', line 9 def rows_count @rows_count end |