Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentAclInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb

Overview

ACL Information of the Document.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaDocumentAclInfo

Returns a new instance of GoogleCloudDiscoveryengineV1alphaDocumentAclInfo.



8822
8823
8824
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 8822

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

Instance Attribute Details

#readersArray<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentAclInfoAccessRestriction>

Readers of the document. Corresponds to the JSON property readers



8820
8821
8822
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 8820

def readers
  @readers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8827
8828
8829
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 8827

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