Class: Azure::CostManagement::Mgmt::V2019_01_01::Models::ExportDeliveryInfo

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2019-01-01/generated/azure_mgmt_cost_management/models/export_delivery_info.rb

Overview

The delivery information associated with a export.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#destinationExportDeliveryDestination

being delivered.

Returns:



17
18
19
# File 'lib/2019-01-01/generated/azure_mgmt_cost_management/models/export_delivery_info.rb', line 17

def destination
  @destination
end

Class Method Details

.mapperObject

Mapper for ExportDeliveryInfo class as Ruby Hash. This will be used for serialization/deserialization.



24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# File 'lib/2019-01-01/generated/azure_mgmt_cost_management/models/export_delivery_info.rb', line 24

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ExportDeliveryInfo',
    type: {
      name: 'Composite',
      class_name: 'ExportDeliveryInfo',
      model_properties: {
        destination: {
          client_side_validation: true,
          required: true,
          serialized_name: 'destination',
          type: {
            name: 'Composite',
            class_name: 'ExportDeliveryDestination'
          }
        }
      }
    }
  }
end