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.



3436
3437
3438
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3436

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



3434
3435
3436
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3434

def old_assignee
  @old_assignee
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3441
3442
3443
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3441

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