class Google::Apis::KeepV1::Group

Describes a single Group.

Attributes

email[RW]

The group email. Corresponds to the JSON property `email` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/keep_v1/classes.rb, line 178
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/keep_v1/classes.rb, line 183
def update!(**args)
  @email = args[:email] if args.key?(:email)
end