Show / Hide Table of Contents

Class SpaceConfig.Types.ArtifactConfig.Types.SmartNotesConfig

Configuration related to smart notes in a meeting space. More details about smart notes https://support.google.com/meet/answer/14754931?hl=en.

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

Constructors

SmartNotesConfig()

Declaration
public SmartNotesConfig()

SmartNotesConfig(SmartNotesConfig)

Declaration
public SmartNotesConfig(SpaceConfig.Types.ArtifactConfig.Types.SmartNotesConfig other)
Parameters
Type Name Description
SpaceConfig.Types.ArtifactConfig.Types.SmartNotesConfig other

Properties

AutoSmartNotesGeneration

Defines whether to automatically generate a summary and recap of the meeting for all invitees in the organization when someone with the privilege to enable smart notes joins the meeting.

Declaration
public SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType AutoSmartNotesGeneration { get; set; }
Property Value
Type Description
SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType
In this article
Back to top Generated by DocFX