class Azure::Support::Mgmt::V2020_04_01::Models::TechnicalTicketDetails

Additional information for technical support ticket.

Attributes

resource_id[RW]

@return [String] This is the resource Id of the Azure service resource (For example: A virtual machine resource or an HDInsight resource) for which the support ticket is created.

Private Class Methods

mapper() click to toggle source

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

# File lib/2020-04-01/generated/azure_mgmt_support/models/technical_ticket_details.rb, line 25
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'TechnicalTicketDetails',
    type: {
      name: 'Composite',
      class_name: 'TechnicalTicketDetails',
      model_properties: {
        resource_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'resourceId',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end