Class Annotation.LayerSummaryData
Inherited Members
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? |