class Azure::CostManagement::Mgmt::V2019_01_01::Models::ExportDeliveryInfo
The delivery information associated with a export.
Attributes
destination[RW]
@return [ExportDeliveryDestination] Has destination for the export being delivered.
Public Class Methods
mapper()
click to toggle source
Mapper for ExportDeliveryInfo
class as Ruby Hash. This will be used for serialization/deserialization.
# 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