class Google::Apis::ContentV2::AccountUser

Attributes

admin[RW]

Whether user is an admin. Corresponds to the JSON property `admin` @return [Boolean]

admin?[RW]

Whether user is an admin. Corresponds to the JSON property `admin` @return [Boolean]

email_address[RW]

User's email address. Corresponds to the JSON property `emailAddress` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/content_v2/classes.rb, line 845
def update!(**args)
  @admin = args[:admin] if args.key?(:admin)
  @email_address = args[:email_address] if args.key?(:email_address)
end