Sha256: 3a0d8cd3f7c56f725d06bb49cd9fae471916b279c53f2ed158d9084c95409725

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 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::Security::Mgmt::V2020_08_06_preview
  module Models
    #
    # Entity tag is used for comparing two or more entities from the same
    # requested resource.
    #
    class ETag

      include MsRestAzure

      # @return [String] Entity tag is used for comparing two or more entities
      # from the same requested resource.
      attr_accessor :etag


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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
azure_mgmt_security-0.19.0 lib/2020-08-06-preview/generated/azure_mgmt_security/models/etag.rb