Class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoTaskMetadataAdmin
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoTaskMetadataAdmin
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb
Overview
Admins are owners of a Task, and have all permissions on a particular task identified by the task name. By default, Eventbus periodically scans all task metadata and syncs (adds) any new admins defined here to Zanzibar.
Instance Attribute Summary collapse
-
#google_group_email ⇒ String
Corresponds to the JSON property
googleGroupEmail
. -
#user_email ⇒ String
Corresponds to the JSON property
userEmail
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoTaskMetadataAdmin
constructor
A new instance of EnterpriseCrmEventbusProtoTaskMetadataAdmin.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoTaskMetadataAdmin
Returns a new instance of EnterpriseCrmEventbusProtoTaskMetadataAdmin.
3116 3117 3118 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 3116 def initialize(**args) update!(**args) end |
Instance Attribute Details
#google_group_email ⇒ String
Corresponds to the JSON property googleGroupEmail
3109 3110 3111 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 3109 def google_group_email @google_group_email end |
#user_email ⇒ String
Corresponds to the JSON property userEmail
3114 3115 3116 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 3114 def user_email @user_email end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3121 3122 3123 3124 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 3121 def update!(**args) @google_group_email = args[:google_group_email] if args.key?(:google_group_email) @user_email = args[:user_email] if args.key?(:user_email) end |