Class Volume.UserInfoData.RentalPeriodData
Period during this book is/was a valid rental.
Inherited Members
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Volume.UserInfoData.RentalPeriodData
Properties
EndUtcSec
Declaration
[JsonProperty("endUtcSec")]
public virtual long? EndUtcSec { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
StartUtcSec
Declaration
[JsonProperty("startUtcSec")]
public virtual long? StartUtcSec { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |