class Azure::Storage::Mgmt::V2021_01_01::Models::Table
Properties of the table, including Id, resource name, resource type.
Attributes
table_name[RW]
@return [String] Table
name under the specified account
Private Class Methods
mapper()
click to toggle source
Mapper for Table
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2021-01-01/generated/azure_mgmt_storage/models/table.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Table', type: { name: 'Composite', class_name: 'Table', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, table_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.tableName', type: { name: 'String' } } } } } end