Show / Hide Table of Contents

Class Activity.ObjectData.ActorData.VerificationData

Verification status of actor.

Inheritance
System.Object
Activity.ObjectData.ActorData.VerificationData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Plus.v1.Data
Assembly: Google.Apis.Plus.v1.dll
Syntax
public class VerificationData

Properties

AdHocVerified

Verification for one-time or manual processes.

Declaration
[JsonProperty("adHocVerified")]
public virtual string AdHocVerified { get; set; }
Property Value
Type Description
System.String
Back to top