class Azure::DataBox::Mgmt::V2018_01_01::Models::CopyLogDetails
Details for log generated during copy.
Attributes
copyLogDetailsType[RW]
Private Class Methods
mapper()
click to toggle source
Mapper for CopyLogDetails
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-01-01/generated/azure_mgmt_databox/models/copy_log_details.rb, line 31 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CopyLogDetails', type: { name: 'Composite', polymorphic_discriminator: 'copyLogDetailsType', uber_parent: 'CopyLogDetails', class_name: 'CopyLogDetails', model_properties: { } } } end
new()
click to toggle source
# File lib/2018-01-01/generated/azure_mgmt_databox/models/copy_log_details.rb, line 20 def initialize @copyLogDetailsType = "CopyLogDetails" end