View Source GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1StringValues (google_api_cloud_asset v0.35.0)

The string values for the list constraints.

Attributes

  • allowedValues (type: list(String.t), default: nil) - List of values allowed at this resource.
  • deniedValues (type: list(String.t), default: nil) - List of values denied at this resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1StringValues{
  allowedValues: [String.t()] | nil,
  deniedValues: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.