Class Annotation.LayerSummaryData
Inheritance
System.Object
Annotation.LayerSummaryData
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 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 |
|---|---|
| System.Nullable<System.Int32> |
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 |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.Int32> |