Class GoogleCloudDiscoveryengineV1alphaWorkspaceSettings
Workspace settings for the end user.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaWorkspaceSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WorkspaceAccessEnabled
Whether an end user has workspace access enabled.
Declaration
[JsonProperty("workspaceAccessEnabled")]
public virtual bool? WorkspaceAccessEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |