class Google::Apis::CloudsearchV1::CheckAccessResponse

Attributes

has_access[RW]

Returns true if principal has access. Returns false otherwise. Corresponds to the JSON property `hasAccess` @return [Boolean]

has_access?[RW]

Returns true if principal has access. Returns false otherwise. Corresponds to the JSON property `hasAccess` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 129
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudsearch_v1/classes.rb, line 134
def update!(**args)
  @has_access = args[:has_access] if args.key?(:has_access)
end