Sha256: f22bfc82262512b73246070cdf70b110b9124594b17c22c27f058da636074efd
Contents?: true
Size: 1.43 KB
Versions: 2
Compression:
Stored size: 1.43 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::Graph::Mgmt::V1_6 module Models # # Server response for Get tenant domains API call. # class DomainListResult include MsRestAzure # @return [Array<Domain>] the list of domains. attr_accessor :value # # Mapper for DomainListResult class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DomainListResult', type: { name: 'Composite', class_name: 'DomainListResult', model_properties: { value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'DomainElementType', type: { name: 'Composite', class_name: 'Domain' } } } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_graph-0.15.3 | lib/1.6/generated/azure_mgmt_graph/models/domain_list_result.rb |
azure_mgmt_graph-0.15.2 | lib/1.6/generated/azure_mgmt_graph/models/domain_list_result.rb |