Sha256: ba5a176c15255e97375e88459cb88ee2ce3ae7979f729ae8af85deacaa2c3c3e
Contents?: true
Size: 1.39 KB
Versions: 6
Compression:
Stored size: 1.39 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() { client_side_validation: true, required: false, serialized_name: 'TenantIdDescription', type: { name: 'Composite', class_name: 'TenantIdDescription', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, tenant_id: { client_side_validation: true, required: false, serialized_name: 'tenantId', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems