class Google::Apis::AdminDirectoryV1::MembersHasMember

JSON template for Has Member response in Directory API.

Attributes

is_member[RW]

Output only. Identifies whether the given user is a member of the group. Membership can be direct or nested. Corresponds to the JSON property `isMember` @return [Boolean]

is_member?[RW]

Output only. Identifies whether the given user is a member of the group. Membership can be direct or nested. Corresponds to the JSON property `isMember` @return [Boolean]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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