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

Describes why a bundle is invalid. Intended for use in error details.

Attributes

  • violations (type: list(GoogleApi.Apigee.V1.Model.EdgeConfigstoreBundleBadBundleViolation.t), default: nil) - Describes all precondition violations.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.EdgeConfigstoreBundleBadBundle{
  violations:
    [GoogleApi.Apigee.V1.Model.EdgeConfigstoreBundleBadBundleViolation.t()]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.