Show / Hide Table of Contents

Class Volume.UserInfoData.RentalPeriodData

Period during this book is/was a valid rental.

Inheritance
object
Volume.UserInfoData.RentalPeriodData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?
In this article
Back to top Generated by DocFX