Show / Hide Table of Contents

Class Person.CoverData

The cover photo content.

Inheritance
System.Object
Person.CoverData
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 CoverData

Properties

CoverInfo

Extra information about the cover photo.

Declaration
[JsonProperty("coverInfo")]
public virtual Person.CoverData.CoverInfoData CoverInfo { get; set; }
Property Value
Type Description
Person.CoverData.CoverInfoData

CoverPhoto

The person's primary cover image.

Declaration
[JsonProperty("coverPhoto")]
public virtual Person.CoverData.CoverPhotoData CoverPhoto { get; set; }
Property Value
Type Description
Person.CoverData.CoverPhotoData

Layout

The layout of the cover art. Possible values include, but are not limited to, the following values: - "banner" - One large image banner.

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