public class GetTrainingUsageOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetTrainingUsageOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Date |
endTime()
Gets the endTime.
|
GetTrainingUsageOptions.Builder |
newBuilder()
New builder.
|
Date |
startTime()
Gets the startTime.
|
public GetTrainingUsageOptions.Builder newBuilder()
public Date startTime()
The earliest day to include training events. Specify dates in YYYY-MM-DD format. If empty or not specified, the earliest training event is included.
public Date endTime()
The most recent day to include training events. Specify dates in YYYY-MM-DD format. All events for the day are included. If empty or not specified, the current day is used. Specify the same value as `start_time` to request events for a single day.
Copyright © 2021 IBM Cloud. All rights reserved.