class Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockOwner
Lock owner properties.
Attributes
application_id[RW]
@return [String] The application ID of the lock owner.
Private Class Methods
mapper()
click to toggle source
Mapper for ManagementLockOwner
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-09-01/generated/azure_mgmt_locks/models/management_lock_owner.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ManagementLockOwner', type: { name: 'Composite', class_name: 'ManagementLockOwner', model_properties: { application_id: { client_side_validation: true, required: false, serialized_name: 'applicationId', type: { name: 'String' } } } } } end