Show / Hide Table of Contents

Class AnnotationsSummary.LayersData

Inheritance
object
AnnotationsSummary.LayersData
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 AnnotationsSummary.LayersData

Properties

AllowedCharacterCount

Declaration
[JsonProperty("allowedCharacterCount")]
public virtual int? AllowedCharacterCount { get; set; }
Property Value
Type Description
int?

LayerId

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

LimitType

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

RemainingCharacterCount

Declaration
[JsonProperty("remainingCharacterCount")]
public virtual int? RemainingCharacterCount { get; set; }
Property Value
Type Description
int?

Updated

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