Class: HighLevel::Models::SocialMediaPosting::UploadFileResponseSchema

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

Instance Attribute Summary collapse

Instance Attribute Details

#file_nameObject (readonly)

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of 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_pathObject (readonly)

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of 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_countObject (readonly)

Returns the value of attribute rows_count

Returns:

  • (Object)

    the current value of 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