Show / Hide Table of Contents

Class Discoveryclusters.ClustersData.BannerWithContentContainerData

Inheritance
object
Discoveryclusters.ClustersData.BannerWithContentContainerData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Discoveryclusters.ClustersData.BannerWithContentContainerData

Properties

FillColorArgb

Declaration
[JsonProperty("fillColorArgb")]
public virtual string FillColorArgb { get; set; }
Property Value
Type Description
string

ImageUrl

Declaration
[JsonProperty("imageUrl")]
public virtual string ImageUrl { get; set; }
Property Value
Type Description
string

MaskColorArgb

Declaration
[JsonProperty("maskColorArgb")]
public virtual string MaskColorArgb { get; set; }
Property Value
Type Description
string

MoreButtonText

Declaration
[JsonProperty("moreButtonText")]
public virtual string MoreButtonText { get; set; }
Property Value
Type Description
string

MoreButtonUrl

Declaration
[JsonProperty("moreButtonUrl")]
public virtual string MoreButtonUrl { get; set; }
Property Value
Type Description
string

TextColorArgb

Declaration
[JsonProperty("textColorArgb")]
public virtual string TextColorArgb { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX