class Azure::Network::Mgmt::V2020_08_01::Models::GenerateExpressRoutePortsLOAResult
Response for GenerateExpressRoutePortsLOA API service call.
Attributes
encoded_content[RW]
@return [String] The content as a base64 encoded string.
Private Class Methods
mapper()
click to toggle source
Mapper for GenerateExpressRoutePortsLOAResult
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-08-01/generated/azure_mgmt_network/models/generate_express_route_ports_loaresult.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'GenerateExpressRoutePortsLOAResult', type: { name: 'Composite', class_name: 'GenerateExpressRoutePortsLOAResult', model_properties: { encoded_content: { client_side_validation: true, required: false, serialized_name: 'encodedContent', type: { name: 'String' } } } } } end