Show / Hide Table of Contents

Class EnterpriseTopazSidekickMeetingNotesCardRequest

Meeting notes card request.

Inheritance
object
EnterpriseTopazSidekickMeetingNotesCardRequest
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.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class EnterpriseTopazSidekickMeetingNotesCardRequest : IDirectResponseSchema

Properties

CanCreateFor

Who are the meeting notes created for.

Declaration
[JsonProperty("canCreateFor")]
public virtual IList<string> CanCreateFor { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Error

The error and reason if known error occured.

Declaration
[JsonProperty("error")]
public virtual EnterpriseTopazSidekickMeetingNotesCardError Error { get; set; }
Property Value
Type Description
EnterpriseTopazSidekickMeetingNotesCardError

Event__

The event to request meeting notes creation

Declaration
[JsonProperty("event")]
public virtual EnterpriseTopazSidekickAgendaEntry Event__ { get; set; }
Property Value
Type Description
EnterpriseTopazSidekickAgendaEntry

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX