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

Action to improve security score.

Attributes

  • actionContext (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext.t, default: nil) - Action context for the action.
  • description (type: String.t, default: nil) - Description of the action.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ScoreComponentRecommendationAction{
    actionContext:
      GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext.t()
      | nil,
    description: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.