Class: Google::Apis::CloudidentityV1::IsInvitableUserResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudidentity_v1/classes.rb,
lib/google/apis/cloudidentity_v1/representations.rb,
lib/google/apis/cloudidentity_v1/representations.rb

Overview

Response for IsInvitableUser RPC.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ IsInvitableUserResponse

Returns a new instance of IsInvitableUserResponse.



1761
1762
1763
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1761

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#is_invitable_userBoolean Also known as: is_invitable_user?

Returns true if the email address is invitable. Corresponds to the JSON property isInvitableUser

Returns:

  • (Boolean)


1758
1759
1760
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1758

def is_invitable_user
  @is_invitable_user
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1766
1767
1768
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1766

def update!(**args)
  @is_invitable_user = args[:is_invitable_user] if args.key?(:is_invitable_user)
end