Sha256: 88155b153764195b8e73fca6e0e49e57f7cb535a57ccc52becc3677d16a01d05
Contents?: true
Size: 1.72 KB
Versions: 9
Compression:
Stored size: 1.72 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 service specification in json client # discovery. # class ClientDiscoveryForServiceSpecification include MsRestAzure # @return [Array<ClientDiscoveryForLogSpecification>] List of log # specifications of this operation. attr_accessor :log_specifications # # Mapper for ClientDiscoveryForServiceSpecification class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ClientDiscoveryForServiceSpecification', type: { name: 'Composite', class_name: 'ClientDiscoveryForServiceSpecification', model_properties: { log_specifications: { client_side_validation: true, required: false, serialized_name: 'logSpecifications', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ClientDiscoveryForLogSpecificationElementType', type: { name: 'Composite', class_name: 'ClientDiscoveryForLogSpecification' } } } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems