View Source GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1alphaCreateOrgPolicyViolationsPreviewOperationMetadata (google_api_policy_simulator v0.5.0)

CreateOrgPolicyViolationsPreviewOperationMetadata is metadata about an OrgPolicyViolationsPreview generations operation.

Attributes

  • requestTime (type: DateTime.t, default: nil) - Time when the request was received.
  • resourcesFound (type: integer(), default: nil) - Total number of resources that need scanning. Should equal resource_scanned + resources_pending
  • resourcesPending (type: integer(), default: nil) - Number of resources still to scan.
  • resourcesScanned (type: integer(), default: nil) - Number of resources already scanned.
  • startTime (type: DateTime.t, default: nil) - Time when the request started processing, i.e., when the state was set to RUNNING.
  • state (type: String.t, default: nil) - Output only. The current state of the operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1alphaCreateOrgPolicyViolationsPreviewOperationMetadata{
    requestTime: DateTime.t() | nil,
    resourcesFound: integer() | nil,
    resourcesPending: integer() | nil,
    resourcesScanned: integer() | nil,
    startTime: DateTime.t() | nil,
    state: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.