class Azure::CDN::Mgmt::V2015_06_01::Models::LoadParameters
Parameters required for endpoint load.
Attributes
content_paths[RW]
@return [Array<String>] The path to the content to be loaded. Should describe a file path.
Public Class Methods
mapper()
click to toggle source
Mapper for LoadParameters
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-06-01/generated/azure_mgmt_cdn/models/load_parameters.rb, line 24 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