Show / Hide Table of Contents

Class ConferenceRecord

Single instance of a meeting held in a space.

Inheritance
object
ConferenceRecord
Implements
IMessage<ConferenceRecord>
IEquatable<ConferenceRecord>
IDeepCloneable<ConferenceRecord>
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 ConferenceRecord : IMessage<ConferenceRecord>, IEquatable<ConferenceRecord>, IDeepCloneable<ConferenceRecord>, IBufferMessage, IMessage

Constructors

ConferenceRecord()

Declaration
public ConferenceRecord()

ConferenceRecord(ConferenceRecord)

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

Properties

ConferenceRecordName

ConferenceRecordName-typed view over the Name resource name property.

Declaration
public ConferenceRecordName ConferenceRecordName { get; set; }
Property Value
Type Description
ConferenceRecordName

EndTime

Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing.

Declaration
public Timestamp EndTime { get; set; }
Property Value
Type Description
Timestamp

ExpireTime

Output only. Server enforced expiration time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends.

Declaration
public Timestamp ExpireTime { get; set; }
Property Value
Type Description
Timestamp

Name

Identifier. Resource name of the conference record. Format: conferenceRecords/{conference_record} where {conference_record} is a unique ID for each instance of a call within a space.

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

Space

Output only. The space where the conference was held.

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

SpaceAsSpaceName

SpaceName-typed view over the Space resource name property.

Declaration
public SpaceName SpaceAsSpaceName { get; set; }
Property Value
Type Description
SpaceName

StartTime

Output only. Timestamp when the conference started. Always set.

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