google_api_dlp v0.18.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ListInfoTypesRequest View Source

Request for the list of infoTypes.

Attributes

  • filter (type: String.t, default: nil) - Optional filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.
  • languageCode (type: String.t, default: nil) - Optional BCP-47 language code for localized infoType friendly names. If omitted, or if localized strings are not available, en-US strings will be returned.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ListInfoTypesRequest{
  filter: String.t(),
  languageCode: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.