Builder
class Builder
A builder for V2RetrieveReportResponse.
Functions
Link copied to clipboard
fun addDailyStatistic(dailyStatistic: V2RetrieveReportResponse.DailyStatistic): V2RetrieveReportResponse.Builder
Adds a single DailyStatistic to dailyStatistics.
Link copied to clipboard
fun additionalProperties(additionalProperties: Map<String, JsonValue>): V2RetrieveReportResponse.Builder
Link copied to clipboard
Sets Builder.authRuleToken to an arbitrary JSON value.
Auth Rule Token
Link copied to clipboard
Sets Builder.begin to an arbitrary JSON value.
The start date (UTC) of the report.
Link copied to clipboard
Returns an immutable instance of V2RetrieveReportResponse.
Link copied to clipboard
fun dailyStatistics(dailyStatistics: JsonField<List<V2RetrieveReportResponse.DailyStatistic>>): V2RetrieveReportResponse.Builder
Sets Builder.dailyStatistics to an arbitrary JSON value.
fun dailyStatistics(dailyStatistics: List<V2RetrieveReportResponse.DailyStatistic>): V2RetrieveReportResponse.Builder
Daily evaluation statistics for the Auth Rule.
Link copied to clipboard
Sets Builder.end to an arbitrary JSON value.
The end date (UTC) of the report.
Link copied to clipboard
Link copied to clipboard
fun putAllAdditionalProperties(additionalProperties: Map<String, JsonValue>): V2RetrieveReportResponse.Builder
Link copied to clipboard
Link copied to clipboard