View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource (google_api_apigee v0.52.1)

Resource for which we are computing security assessment.

Attributes

  • name (type: String.t, default: nil) - Required. Name of this resource.
  • type (type: String.t, default: nil) - Required. Type of this resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource{
    name: String.t() | nil,
    type: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.