Method: LockstepSdk::ArHeaderInfoModel#group_key
- Defined in:
- lib/lockstep_sdk/models/ar_header_info_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).
59 60 61 |
# File 'lib/lockstep_sdk/models/ar_header_info_model.rb', line 59 def group_key @group_key end |