class Azure::ResourceHealth::Mgmt::V2017_07_01::Models::Operation
Operation
available in the resourcehealth resource provider.
Attributes
display[RW]
@return [OperationDisplay] Properties of the operation.
name[RW]
@return [String] Name of the operation.
Private Class Methods
mapper()
click to toggle source
Mapper for Operation
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-07-01/generated/azure_mgmt_resource_health/models/operation.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'operation', type: { name: 'Composite', class_name: 'Operation', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, display: { client_side_validation: true, required: false, serialized_name: 'display', type: { name: 'Composite', class_name: 'OperationDisplay' } } } } } end