Sha256: 7c31b7461fd9e17da1c51c6ee72bd6c1506b97d0c434a325001fa226d790fd40

Contents?: true

Size: 1.96 KB

Versions: 2

Compression:

Stored size: 1.96 KB

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

module Azure::Web::Mgmt::V2020_09_01
  module Models
    #
    # Detailed errors.
    #
    class DefaultErrorResponseErrorDetailsItem

      include MsRestAzure

      # @return [String] Standardized string to programmatically identify the
      # error.
      attr_accessor :code

      # @return [String] Detailed error description and debugging information.
      attr_accessor :message

      # @return [String] Detailed error description and debugging information.
      attr_accessor :target


      #
      # Mapper for DefaultErrorResponseErrorDetailsItem class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'DefaultErrorResponse_error_detailsItem',
          type: {
            name: 'Composite',
            class_name: 'DefaultErrorResponseErrorDetailsItem',
            model_properties: {
              code: {
                client_side_validation: true,
                required: false,
                read_only: true,
                serialized_name: 'code',
                type: {
                  name: 'String'
                }
              },
              message: {
                client_side_validation: true,
                required: false,
                read_only: true,
                serialized_name: 'message',
                type: {
                  name: 'String'
                }
              },
              target: {
                client_side_validation: true,
                required: false,
                read_only: true,
                serialized_name: 'target',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_web-0.18.1 lib/2020-09-01/generated/azure_mgmt_web/models/default_error_response_error_details_item.rb
azure_mgmt_web-0.18.0 lib/2020-09-01/generated/azure_mgmt_web/models/default_error_response_error_details_item.rb