View Source GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse (google_api_security_center v0.29.0)

Response of asset discovery run

Attributes

  • duration (type: String.t, default: nil) - The duration between asset discovery run start and end
  • state (type: String.t, default: nil) - The state of an asset discovery run.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse{
    duration: String.t() | nil,
    state: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.