class Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::TabularExportError

The details for export error.

Attributes

merged_entity_id[RW]

@return The merged entity Id.

service_id[RW]

@return The service Id.

service_member_id[RW]

@return The server Id.

tabular_export_error_data[RW]

@return [String] The export error data.

Private Class Methods

mapper() click to toggle source

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

# File lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/tabular_export_error.rb, line 32
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'TabularExportError',
    type: {
      name: 'Composite',
      class_name: 'TabularExportError',
      model_properties: {
        service_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'serviceId',
          type: {
            name: 'String'
          }
        },
        service_member_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'serviceMemberId',
          type: {
            name: 'String'
          }
        },
        merged_entity_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'mergedEntityId',
          type: {
            name: 'String'
          }
        },
        tabular_export_error_data: {
          client_side_validation: true,
          required: false,
          serialized_name: 'tabularExportErrorData',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end