class Google::Apis::PeopleV1::DomainMembership

A Google Workspace Domain membership.

Attributes

in_viewer_domain[RW]

True if the person is in the viewer's Google Workspace domain. Corresponds to the JSON property `inViewerDomain` @return [Boolean]

in_viewer_domain?[RW]

True if the person is in the viewer's Google Workspace domain. Corresponds to the JSON property `inViewerDomain` @return [Boolean]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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