Show / Hide Table of Contents

Class SpaceConfig.Types.ArtifactConfig.Types.RecordingConfig

Configuration related to recording in a meeting space.

Inheritance
object
SpaceConfig.Types.ArtifactConfig.Types.RecordingConfig
Implements
IMessage<SpaceConfig.Types.ArtifactConfig.Types.RecordingConfig>
IEquatable<SpaceConfig.Types.ArtifactConfig.Types.RecordingConfig>
IDeepCloneable<SpaceConfig.Types.ArtifactConfig.Types.RecordingConfig>
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.RecordingConfig : IMessage<SpaceConfig.Types.ArtifactConfig.Types.RecordingConfig>, IEquatable<SpaceConfig.Types.ArtifactConfig.Types.RecordingConfig>, IDeepCloneable<SpaceConfig.Types.ArtifactConfig.Types.RecordingConfig>, IBufferMessage, IMessage

Constructors

RecordingConfig()

Declaration
public RecordingConfig()

RecordingConfig(RecordingConfig)

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

Properties

AutoRecordingGeneration

Defines whether a meeting space is automatically recorded when someone with the privilege to record joins the meeting.

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