class Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi
Available operation details.
Attributes
display[RW]
@return [ClientDiscoveryDisplay] Contains the localized display information for this particular operation
name[RW]
@return [String] Name of the Operation.
origin[RW]
@return [String] The intended executor of the operation;governs the display of the operation in the RBAC UX and the audit logs UX
properties[RW]
@return [ClientDiscoveryForProperties] ShoeBox properties for the given operation.
Private Class Methods
mapper()
click to toggle source
Mapper for ClientDiscoveryValueForSingleApi
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-06-01/generated/azure_mgmt_recovery_services/models/client_discovery_value_for_single_api.rb, line 35 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ClientDiscoveryValueForSingleApi', type: { name: 'Composite', class_name: 'ClientDiscoveryValueForSingleApi', 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: 'ClientDiscoveryDisplay' } }, origin: { client_side_validation: true, required: false, serialized_name: 'origin', type: { name: 'String' } }, properties: { client_side_validation: true, required: false, serialized_name: 'properties', type: { name: 'Composite', class_name: 'ClientDiscoveryForProperties' } } } } } end