Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentAclInfo
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentAclInfo
- 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
-
#readers ⇒ Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentAclInfoAccessRestriction>
Readers of the document.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaDocumentAclInfo
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaDocumentAclInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#readers ⇒ Array<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 |