Class: Google::Apis::CloudidentityV1beta1::IsInvitableUserResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudidentity_v1beta1/classes.rb,
lib/google/apis/cloudidentity_v1beta1/representations.rb,
lib/google/apis/cloudidentity_v1beta1/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.



2874
2875
2876
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 2874

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)


2871
2872
2873
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 2871

def is_invitable_user
  @is_invitable_user
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2879
2880
2881
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 2879

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