Class CoverPhoto
A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about.
Inheritance
System.Object
CoverPhoto
Implements
Google.Apis.Requests.IDirectResponseSchema
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.PeopleService.v1.Data
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class CoverPhoto : IDirectResponseSchema
Properties
Default__
True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo.
Declaration
[JsonProperty("default")]
public virtual bool? Default__ { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Metadata
Metadata about the cover photo.
Declaration
[JsonProperty("metadata")]
public virtual FieldMetadata Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| FieldMetadata |
Url
The URL of the cover photo.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema