Show / Hide Table of Contents

Class GoogleCloudNotebooklmV1alphaShareNotebookRequest

Request for NotebookService.ShareNotebook method.

Inheritance
object
GoogleCloudNotebooklmV1alphaShareNotebookRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX