class Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay
Meta data about operation used for display in portal.
Attributes
description[RW]
@return [String]
operation[RW]
@return [String]
provider[RW]
@return [String]
resource[RW]
@return [String]
Private Class Methods
mapper()
click to toggle source
Mapper for CsmOperationDisplay
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-02-01/generated/azure_mgmt_web/models/csm_operation_display.rb, line 32 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CsmOperationDisplay', type: { name: 'Composite', class_name: 'CsmOperationDisplay', model_properties: { provider: { client_side_validation: true, required: false, serialized_name: 'provider', type: { name: 'String' } }, resource: { client_side_validation: true, required: false, serialized_name: 'resource', type: { name: 'String' } }, operation: { client_side_validation: true, required: false, serialized_name: 'operation', type: { name: 'String' } }, description: { client_side_validation: true, required: false, serialized_name: 'description', type: { name: 'String' } } } } } end