Show / Hide Table of Contents

Class BooksCloudloadingResource

Inheritance
System.Object
BooksCloudloadingResource
Implements
IDirectResponseSchema
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 BooksCloudloadingResource : IDirectResponseSchema

Properties

Author

Declaration
[JsonProperty("author")]
public virtual string Author { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

ProcessingState

Declaration
[JsonProperty("processingState")]
public virtual string ProcessingState { get; set; }
Property Value
Type Description
System.String

Title

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
System.String

VolumeId

Declaration
[JsonProperty("volumeId")]
public virtual string VolumeId { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top