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

Attributes

  • property (type: String.t, default: nil) - name of the property
  • value (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t), default: nil) - property values

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ReportProperty{
  property: String.t() | nil,
  value: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.