Show / Hide Table of Contents

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
object
CoverPhoto
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX