class Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Operation
Attributes
display[RW]
@return [OperationDisplay] Properties displayed for the operation.
name[RW]
@return [String] Name of the operation.
origin[RW]
@return [String] Origin of the operation.
service_specification[RW]
@return [ServiceSpecification] Service specification.
Private Class Methods
mapper()
click to toggle source
Mapper for Operation
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-08-01/generated/azure_mgmt_databoxedge/models/operation.rb, line 32 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' } }, origin: { client_side_validation: true, required: false, serialized_name: 'origin', type: { name: 'String' } }, service_specification: { client_side_validation: true, required: false, serialized_name: 'properties.serviceSpecification', type: { name: 'Composite', class_name: 'ServiceSpecification' } } } } } end