Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentAclInfo
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentAclInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb
Overview
ACL Information of the Document.
Instance Attribute Summary collapse
-
#readers ⇒ Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentAclInfoAccessRestriction>
Readers of the document.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaDocumentAclInfo
constructor
A new instance of GoogleCloudDiscoveryengineV1betaDocumentAclInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaDocumentAclInfo
Returns a new instance of GoogleCloudDiscoveryengineV1betaDocumentAclInfo.
24782 24783 24784 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24782 def initialize(**args) update!(**args) end |
Instance Attribute Details
#readers ⇒ Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentAclInfoAccessRestriction>
Readers of the document.
Corresponds to the JSON property readers
24780 24781 24782 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24780 def readers @readers end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
24787 24788 24789 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24787 def update!(**args) @readers = args[:readers] if args.key?(:readers) end |