Show / Hide Table of Contents

Class Discoveryclusters.ClustersData.BannerWithContentContainerData

Inheritance
System.Object
Discoveryclusters.ClustersData.BannerWithContentContainerData
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.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class BannerWithContentContainerData

Properties

FillColorArgb

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

ImageUrl

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

MaskColorArgb

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

MoreButtonText

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

MoreButtonUrl

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

TextColorArgb

Declaration
[JsonProperty("textColorArgb")]
public virtual string TextColorArgb { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top