GoogleApi.PolicyAnalyzer.V1.Model.GoogleCloudPolicyanalyzerV1ObservationPeriod (google_api_policy_analyzer v0.2.0) View Source

Represents data observation period.

Attributes

  • endTime (type: DateTime.t, default: nil) - The observation end time. The time in this timestamp is always 07:00:00Z.
  • startTime (type: DateTime.t, default: nil) - The observation start time. The time in this timestamp is always 07:00:00Z.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.PolicyAnalyzer.V1.Model.GoogleCloudPolicyanalyzerV1ObservationPeriod{
    endTime: DateTime.t() | nil,
    startTime: DateTime.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.