class Google::Apis::PeopleV1::DomainMembership
A Google Apps Domain membership.
Attributes
in_viewer_domain[RW]
True if the person is in the viewer's Google Apps domain. Corresponds to the JSON property `inViewerDomain` @return [Boolean]
in_viewer_domain?[RW]
True if the person is in the viewer's Google Apps domain. Corresponds to the JSON property `inViewerDomain` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/people_v1/classes.rb, line 1422 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/people_v1/classes.rb, line 1427 def update!(**args) @in_viewer_domain = args[:in_viewer_domain] if args.key?(:in_viewer_domain) end