class Azure::CostManagement::Mgmt::V2018_05_31::Models::ReportConfigDeliveryInfo

The delivery information associated with a report config.

Attributes

destination[RW]

@return [ReportConfigDeliveryDestination] Has destination for the report being delivered.

Public Class Methods

mapper() click to toggle source

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

# File lib/2018-05-31/generated/azure_mgmt_cost_management/models/report_config_delivery_info.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ReportConfigDeliveryInfo',
    type: {
      name: 'Composite',
      class_name: 'ReportConfigDeliveryInfo',
      model_properties: {
        destination: {
          client_side_validation: true,
          required: true,
          serialized_name: 'destination',
          type: {
            name: 'Composite',
            class_name: 'ReportConfigDeliveryDestination'
          }
        }
      }
    }
  }
end