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.



1450
1451
1452
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1450

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)


1447
1448
1449
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1447

def is_invitable_user
  @is_invitable_user
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1455
1456
1457
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1455

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