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.
23878 23879 23880 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 23878 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
23876 23877 23878 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 23876 def readers @readers end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
23883 23884 23885 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 23883 def update!(**args) @readers = args[:readers] if args.key?(:readers) end |