# 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::CDN::Mgmt::V2020_09_01 module Models # # The validation token. # class ValidationToken include MsRestAzure # @return [String] attr_accessor :token # # Mapper for ValidationToken class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ValidationToken', type: { name: 'Composite', class_name: 'ValidationToken', model_properties: { token: { client_side_validation: true, required: false, read_only: true, serialized_name: 'token', type: { name: 'String' } } } } } end end end end