GoogleCloudApigeeV1DateRangeArgs

data class GoogleCloudApigeeV1DateRangeArgs(val end: Output<String>, val start: Output<String>) : ConvertibleToJava<GoogleCloudApigeeV1DateRangeArgs>

Date range of the data to export.

Constructors

Link copied to clipboard
fun GoogleCloudApigeeV1DateRangeArgs(end: Output<String>, start: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudApigeeV1DateRangeArgs

Properties

Link copied to clipboard
val end: Output<String>

End date (exclusive) of the data to export in the format yyyy-mm-dd. The date range ends at 00:00:00 UTC on the end date- which will not be in the output.

Link copied to clipboard
val start: Output<String>

Start date of the data to export in the format yyyy-mm-dd. The date range begins at 00:00:00 UTC on the start date.