Show / Hide Table of Contents

Class Annotation.LayerSummaryData

Inheritance
object
Annotation.LayerSummaryData
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 Annotation.LayerSummaryData

Properties

AllowedCharacterCount

Maximum allowed characters on this layer, especially for the "copy" layer.

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

LimitType

Type of limitation on this layer. "limited" or "unlimited" for the "copy" layer.

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

RemainingCharacterCount

Remaining allowed characters on this layer, especially for the "copy" layer.

Declaration
[JsonProperty("remainingCharacterCount")]
public virtual int? RemainingCharacterCount { get; set; }
Property Value
Type Description
int?
In this article
Back to top Generated by DocFX