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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.