Class Volume.UserInfoData.CopyData
Copy/Paste accounting information.
Inheritance
Volume.UserInfoData.CopyData
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Volume.UserInfoData.CopyData
Properties
AllowedCharacterCount
Declaration
[JsonProperty("allowedCharacterCount")]
public virtual int? AllowedCharacterCount { get; set; }
Property Value
LimitType
Declaration
[JsonProperty("limitType")]
public virtual string LimitType { get; set; }
Property Value
RemainingCharacterCount
Declaration
[JsonProperty("remainingCharacterCount")]
public virtual int? RemainingCharacterCount { get; set; }
Property Value
Updated
Declaration
[JsonProperty("updated")]
public virtual string Updated { get; set; }
Property Value