google_api_security_center v0.6.0 GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse{
    duration: String.t(),
    state: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.