Sha256: adec6b385f2b8c11d9e145d828572ad26c3dbdb2bc9e8fb4a4e935e5b0857677
Contents?: true
Size: 1.59 KB
Versions: 2
Compression:
Stored size: 1.59 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Resources2::Mgmt::V2016_06_01 module Models # # Tenant Id information. # class TenantIdDescription include MsRestAzure2 # @return [String] The fully qualified ID of the tenant. For example, # /tenants/00000000-0000-0000-0000-000000000000. attr_accessor :id # @return [String] The tenant ID. For example, # 00000000-0000-0000-0000-000000000000. attr_accessor :tenant_id # # Mapper for TenantIdDescription class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'TenantIdDescription', type: { name: 'Composite', class_name: 'TenantIdDescription', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, tenant_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'tenantId', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems