Class ConferenceRecord
Inheritance
ConferenceRecord
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
Properties
ConferenceRecordName
Declaration
public ConferenceRecordName ConferenceRecordName { get; set; }
Property Value
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
ExpireTime
Output only. Server enforced expire 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
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
Space
Output only. The space where the conference was held.
Declaration
public string Space { get; set; }
Property Value
SpaceAsSpaceName
Declaration
public SpaceName SpaceAsSpaceName { get; set; }
Property Value
StartTime
Output only. Timestamp when the conference started, always set.
Declaration
public Timestamp StartTime { get; set; }
Property Value