Class: Google::Apis::CloudidentityV1::IsInvitableUserResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudidentityV1::IsInvitableUserResponse
- 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
-
#is_invitable_user ⇒ Boolean
(also: #is_invitable_user?)
Returns true if the email address is invitable.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IsInvitableUserResponse
constructor
A new instance of IsInvitableUserResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ IsInvitableUserResponse
Returns a new instance of IsInvitableUserResponse.
2092 2093 2094 |
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 2092 def initialize(**args) update!(**args) end |
Instance Attribute Details
#is_invitable_user ⇒ Boolean Also known as: is_invitable_user?
Returns true if the email address is invitable.
Corresponds to the JSON property isInvitableUser
2089 2090 2091 |
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 2089 def is_invitable_user @is_invitable_user end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2097 2098 2099 |
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 2097 def update!(**args) @is_invitable_user = args[:is_invitable_user] if args.key?(:is_invitable_user) end |