View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Score (google_api_apigee v0.46.0)

Represents Security Score.

Attributes

  • component (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ScoreComponent.t, default: nil) - Component containing score, recommendations and actions.
  • subcomponents (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ScoreComponent.t), default: nil) - List of all the drilldown score components.
  • timeRange (type: GoogleApi.Apigee.V1.Model.GoogleTypeInterval.t, default: nil) - Start and end time for the score.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Score{
  component:
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ScoreComponent.t() | nil,
  subcomponents:
    [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ScoreComponent.t()] | nil,
  timeRange: GoogleApi.Apigee.V1.Model.GoogleTypeInterval.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.