class Azure::Migrate::Mgmt::V2018_02_02::Models::ProjectKey
ID and Key for Migration Project
.
Attributes
workspace_id[RW]
@return [String] ID of Migration Project
.
workspace_key[RW]
@return [String] Key of Migration Project
.
Private Class Methods
mapper()
click to toggle source
Mapper for ProjectKey
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-02-02/generated/azure_mgmt_migrate/models/project_key.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ProjectKey', type: { name: 'Composite', class_name: 'ProjectKey', model_properties: { workspace_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'workspaceId', type: { name: 'String' } }, workspace_key: { client_side_validation: true, required: false, read_only: true, serialized_name: 'workspaceKey', type: { name: 'String' } } } } } end