class Google::Apis::CoordinateV1::Worker
A worker in a Coordinate team.
Attributes
id[RW]
Worker email address. If a worker has been deleted from your team, the email address will appear as DELETED_USER. Corresponds to the JSON property `id` @return [String]
kind[RW]
Identifies this object as a worker. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/coordinate_v1/classes.rb, line 632 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/coordinate_v1/classes.rb, line 637 def update!(**args) @id = args[:id] if args.key?(:id) @kind = args[:kind] if args.key?(:kind) end