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.



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

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)


2869
2870
2871
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 2869

def is_invitable_user
  @is_invitable_user
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2877
2878
2879
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 2877

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