View Source GoogleApi.ResourceSettings.V1.Model.GoogleCloudResourcesettingsV1ValueStringSet (google_api_resource_settings v0.3.0)

A string set value that can hold a set of strings. The maximum length of each string is 200 characters and there can be a maximum of 50 strings in the string set.

Attributes

  • values (type: list(String.t), default: nil) - The strings in the set

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ResourceSettings.V1.Model.GoogleCloudResourcesettingsV1ValueStringSet{
    values: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.