Class Volume.UserInfoData.CopyData
Copy/Paste accounting information.
Inheritance
System.Object
Volume.UserInfoData.CopyData
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 CopyData
Properties
AllowedCharacterCount
Declaration
[JsonProperty("allowedCharacterCount")]
public virtual int? AllowedCharacterCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
LimitType
Declaration
[JsonProperty("limitType")]
public virtual string LimitType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RemainingCharacterCount
Declaration
[JsonProperty("remainingCharacterCount")]
public virtual int? RemainingCharacterCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Updated
Declaration
[JsonProperty("updated")]
public virtual string Updated { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |