Show / Hide Table of Contents

Class GetSmartNoteRequest

Request for GetSmartNote method.

Inheritance
object
GetSmartNoteRequest
Implements
IMessage<GetSmartNoteRequest>
IEquatable<GetSmartNoteRequest>
IDeepCloneable<GetSmartNoteRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Meet.V2
Assembly: Google.Apps.Meet.V2.dll
Syntax
public sealed class GetSmartNoteRequest : IMessage<GetSmartNoteRequest>, IEquatable<GetSmartNoteRequest>, IDeepCloneable<GetSmartNoteRequest>, IBufferMessage, IMessage

Constructors

GetSmartNoteRequest()

Declaration
public GetSmartNoteRequest()

GetSmartNoteRequest(GetSmartNoteRequest)

Declaration
public GetSmartNoteRequest(GetSmartNoteRequest other)
Parameters
Type Name Description
GetSmartNoteRequest other

Properties

Name

Required. Resource name of the smart note. Format: conferenceRecords/{conference_record}/smartNotes/{smart_note}

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

SmartNoteName

SmartNoteName-typed view over the Name resource name property.

Declaration
public SmartNoteName SmartNoteName { get; set; }
Property Value
Type Description
SmartNoteName
In this article
Back to top Generated by DocFX