Show / Hide Table of Contents

Class PhoneUser

User dialing in from a phone where the user's identity is unknown because they haven't signed in with a Google Account.

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

Constructors

PhoneUser()

Declaration
public PhoneUser()

PhoneUser(PhoneUser)

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

Properties

DisplayName

Output only. Partially redacted user's phone number when calling.

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