class Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunGetLogResult
The result of get log link operation.
Attributes
log_link[RW]
@return [String] The link to logs for a run on a azure container registry.
Public Class Methods
mapper()
click to toggle source
Mapper for RunGetLogResult
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-09-01/generated/azure_mgmt_container_registry/models/run_get_log_result.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RunGetLogResult', type: { name: 'Composite', class_name: 'RunGetLogResult', model_properties: { log_link: { client_side_validation: true, required: false, serialized_name: 'logLink', type: { name: 'String' } } } } } end