Sha256: b6908f304dbd522534ecfea6abb229e93add0fa4d6af2c920ed68316de824a09
Contents?: true
Size: 1.46 KB
Versions: 2
Compression:
Stored size: 1.46 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::V2020_09_01 module Models # # Parameters required for content load. # class LoadParameters include MsRestAzure # @return [Array<String>] The path to the content to be loaded. Path # should be a relative file URL of the origin. attr_accessor :content_paths # # Mapper for LoadParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'LoadParameters', type: { name: 'Composite', class_name: 'LoadParameters', 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_cdn-0.18.2 | lib/2020-09-01/generated/azure_mgmt_cdn/models/load_parameters.rb |
azure_mgmt_cdn-0.18.1 | lib/2020-09-01/generated/azure_mgmt_cdn/models/load_parameters.rb |