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.
2835 2836 2837 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 2835 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
2833 2834 2835 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 2833 def readers @readers end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2840 2841 2842 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 2840 def update!(**args) @readers = args[:readers] if args.key?(:readers) end |