Sha256: 0e3b9184492f29725750f50d76c7893f311d78870fc7cc683b089ec2a2ab3fb3
Contents?: true
Size: 1.58 KB
Versions: 2
Compression:
Stored size: 1.58 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() { required: false, serialized_name: 'ClientDiscoveryForServiceSpecification', type: { name: 'Composite', class_name: 'ClientDiscoveryForServiceSpecification', model_properties: { log_specifications: { required: false, serialized_name: 'logSpecifications', type: { name: 'Sequence', element: { required: false, serialized_name: 'ClientDiscoveryForLogSpecificationElementType', type: { name: 'Composite', class_name: 'ClientDiscoveryForLogSpecification' } } } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems