Class: Google::Apis::BooksV1::Volume::UserInfo::RentalPeriod
- Inherits:
-
Object
- Object
- Google::Apis::BooksV1::Volume::UserInfo::RentalPeriod
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/books_v1/classes.rb,
generated/google/apis/books_v1/representations.rb,
generated/google/apis/books_v1/representations.rb
Overview
Period during this book is/was a valid rental.
Instance Attribute Summary collapse
-
#end_utc_sec ⇒ String
Corresponds to the JSON property
endUtcSec
. -
#start_utc_sec ⇒ String
Corresponds to the JSON property
startUtcSec
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RentalPeriod
constructor
A new instance of RentalPeriod.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ RentalPeriod
Returns a new instance of RentalPeriod.
3447 3448 3449 |
# File 'generated/google/apis/books_v1/classes.rb', line 3447 def initialize(**args) update!(**args) end |
Instance Attribute Details
#end_utc_sec ⇒ String
Corresponds to the JSON property endUtcSec
3440 3441 3442 |
# File 'generated/google/apis/books_v1/classes.rb', line 3440 def end_utc_sec @end_utc_sec end |
#start_utc_sec ⇒ String
Corresponds to the JSON property startUtcSec
3445 3446 3447 |
# File 'generated/google/apis/books_v1/classes.rb', line 3445 def start_utc_sec @start_utc_sec end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3452 3453 3454 3455 |
# File 'generated/google/apis/books_v1/classes.rb', line 3452 def update!(**args) @end_utc_sec = args[:end_utc_sec] if args.key?(:end_utc_sec) @start_utc_sec = args[:start_utc_sec] if args.key?(:start_utc_sec) end |