View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DateRange (google_api_apigee v0.46.0)

Date range of the data to export.

Attributes

  • end (type: String.t, default: nil) - Required. 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.
  • start (type: String.t, default: nil) - Required. 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DateRange{
  end: String.t() | nil,
  start: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.