Sha256: 910c10b13f3dfb36226bc909d31df69642da37a3fdb4add1f2be7bf67a5b7d8b
Contents?: true
Size: 1.32 KB
Versions: 9
Compression:
Stored size: 1.32 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::RecoveryServices::Mgmt::V2016_06_01 module Models # # Class to represent shoebox properties in json client discovery. # class ClientDiscoveryForProperties include MsRestAzure # @return [ClientDiscoveryForServiceSpecification] Operation properties. attr_accessor :service_specification # # Mapper for ClientDiscoveryForProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ClientDiscoveryForProperties', type: { name: 'Composite', class_name: 'ClientDiscoveryForProperties', model_properties: { service_specification: { client_side_validation: true, required: false, serialized_name: 'serviceSpecification', type: { name: 'Composite', class_name: 'ClientDiscoveryForServiceSpecification' } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems