class Azure::Commerce::Mgmt::V2015_06_01_preview::Models::InfoField
Key-value pairs of instance details in the legacy format.
Attributes
project[RW]
@return [String] Identifies the name of the instance provisioned by the user.
Private Class Methods
mapper()
click to toggle source
Mapper for InfoField
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-06-01-preview/generated/azure_mgmt_commerce/models/info_field.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'InfoField', type: { name: 'Composite', class_name: 'InfoField', model_properties: { project: { client_side_validation: true, required: false, serialized_name: 'project', type: { name: 'String' } } } } } end