Class: Google::Apis::DatamanagerV1::GoogleUserIdData

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/datamanager_v1/classes.rb,
lib/google/apis/datamanager_v1/representations.rb,
lib/google/apis/datamanager_v1/representations.rb

Overview

Google user id data holding encrypted google user IDs. At least one google user ID is required.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleUserIdData

Returns a new instance of GoogleUserIdData.



1367
1368
1369
# File 'lib/google/apis/datamanager_v1/classes.rb', line 1367

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#google_user_idsArray<String>

Required. The list of encrypted google user IDs. Corresponds to the JSON property googleUserIds

Returns:

  • (Array<String>)


1365
1366
1367
# File 'lib/google/apis/datamanager_v1/classes.rb', line 1365

def google_user_ids
  @google_user_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1372
1373
1374
# File 'lib/google/apis/datamanager_v1/classes.rb', line 1372

def update!(**args)
  @google_user_ids = args[:google_user_ids] if args.key?(:google_user_ids)
end