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.



3399
3400
3401
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3399

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



3397
3398
3399
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3397

def old_assignee
  @old_assignee
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3404
3405
3406
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3404

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