Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedTasksAnnotationDataAssigneeChange

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppsDynamiteSharedTasksAnnotationDataAssigneeChange

Returns a new instance of AppsDynamiteSharedTasksAnnotationDataAssigneeChange.



3345
3346
3347
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3345

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

Instance Attribute Details

#old_assigneeGoogle::Apis::CloudsearchV1::UserId

Primary key for User resource. Corresponds to the JSON property oldAssignee



3343
3344
3345
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3343

def old_assignee
  @old_assignee
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3350
3351
3352
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3350

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