class Azure::DataShare::Mgmt::V2019_11_01::Models::DefaultDto
Base data transfer object implementation for default resources.
Attributes
id[RW]
@return [String] The resource id of the azure resource
location[RW]
@return [String] Location of the azure resource.
name[RW]
@return [String] Name of the azure resource
type[RW]
@return [String] Type
of the azure resource
Private Class Methods
mapper()
click to toggle source
Mapper for DefaultDto
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-11-01/generated/azure_mgmt_datashare/models/default_dto.rb, line 35 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DefaultDto', type: { name: 'Composite', class_name: 'DefaultDto', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, location: { client_side_validation: true, required: false, serialized_name: 'location', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } } } } } end