class Azure::Automation::Mgmt::V2015_10_31::Models::LinkedWorkspace
Definition of the linked workspace.
Attributes
id[RW]
@return [String] Gets the id of the linked workspace.
Private Class Methods
mapper()
click to toggle source
Mapper for LinkedWorkspace
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-10-31/generated/azure_mgmt_automation/models/linked_workspace.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'LinkedWorkspace', type: { name: 'Composite', class_name: 'LinkedWorkspace', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } } } } } end