Class GoogleCloudNotebooklmV1alphaShareNotebookRequest
Request for NotebookService.ShareNotebook method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaShareNotebookRequest : IDirectResponseSchema
Properties
AccountAndRoles
Required. The list of accounts and roles to share the notebook with.
Declaration
[JsonProperty("accountAndRoles")]
public virtual IList<GoogleCloudNotebooklmV1alphaAccountAndRole> AccountAndRoles { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudNotebooklmV1alphaAccountAndRole> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NotifyViaEmail
Required. Whether to notify the shared users via email.
Declaration
[JsonProperty("notifyViaEmail")]
public virtual bool? NotifyViaEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |