Sha256: 7b6164ef5006a3cc95391e61bd8d3d3f45657048dd97415fb59620ba57008f7e
Contents?: true
Size: 1.47 KB
Versions: 12
Compression:
Stored size: 1.47 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::CDN::Mgmt::V2017_04_02 module Models # # Parameters required for content purge. # class PurgeParameters include MsRestAzure # @return [Array<String>] The path to the content to be purged. Can # describe a file path or a wild card directory. attr_accessor :content_paths # # Mapper for PurgeParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PurgeParameters', type: { name: 'Composite', class_name: 'PurgeParameters', model_properties: { content_paths: { client_side_validation: true, required: true, serialized_name: 'contentPaths', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end end end end
Version data entries
12 entries across 12 versions & 1 rubygems