Class: Google::Apis::CloudsearchV1::CheckAccessResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ CheckAccessResponse

Returns a new instance of CheckAccessResponse.



86
87
88
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 86

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

Instance Attribute Details

#has_accessBoolean Also known as: has_access?

Returns true if principal has access. Returns false otherwise. Corresponds to the JSON property hasAccess

Returns:

  • (Boolean)


83
84
85
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 83

def has_access
  @has_access
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



91
92
93
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 91

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