Sha256: 786333cc5fe09f7d715ded38aefb2a690d673a12484bb9cb6d028e5e0bfc4487
Contents?: true
Size: 1.26 KB
Versions: 2
Compression:
Stored size: 1.26 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::Subscriptions::Mgmt::V2015_11_01 module Models # # Tenant Id information # class TenantIdDescription include MsRestAzure # @return [String] Gets or sets Id attr_accessor :id # @return [String] Gets or sets tenantId attr_accessor :tenant_id # # Mapper for TenantIdDescription class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'TenantIdDescription', type: { name: 'Composite', class_name: 'TenantIdDescription', model_properties: { id: { required: false, serialized_name: 'id', type: { name: 'String' } }, tenant_id: { required: false, serialized_name: 'tenantId', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems