class Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties
Extra Operation
properties.
Attributes
service_specification[RW]
@return [ServiceSpecification] The service specifications.
Public Class Methods
mapper()
click to toggle source
Mapper for OperationProperties
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-03-01-preview/generated/azure_mgmt_signalr/models/operation_properties.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'OperationProperties', type: { name: 'Composite', class_name: 'OperationProperties', model_properties: { service_specification: { client_side_validation: true, required: false, serialized_name: 'serviceSpecification', type: { name: 'Composite', class_name: 'ServiceSpecification' } } } } } end