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.



2411
2412
2413
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2411

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



2409
2410
2411
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2409

def old_assignee
  @old_assignee
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2416
2417
2418
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2416

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