class Google::Apis::CloudidentityV1beta1::IsInvitableUserResponse

Response for IsInvitableUser RPC.

Attributes

is_invitable_user[RW]

Returns true if the email address is invitable. Corresponds to the JSON property `isInvitableUser` @return [Boolean]

is_invitable_user?[RW]

Returns true if the email address is invitable. Corresponds to the JSON property `isInvitableUser` @return [Boolean]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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