Method: LockstepSdk::CodeDefinitionModel#group_key
- Defined in:
- lib/lockstep_sdk/models/code_definition_model.rb
#group_key ⇒ Uuid
Returns The GroupKey uniquely identifies a single Lockstep Platform account. All records for this account will share the same GroupKey value. GroupKey values cannot be changed once created. For more information, see [Accounts and GroupKeys](developer.lockstep.io/docs/accounts-and-groupkeys).
44 45 46 |
# File 'lib/lockstep_sdk/models/code_definition_model.rb', line 44 def group_key @group_key end |