View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ListColumnDataProfilesResponse (google_api_dlp v0.46.0)

List of profiles generated for a given organization or project.

Attributes

  • columnDataProfiles (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ColumnDataProfile.t), default: nil) - List of data profiles.
  • nextPageToken (type: String.t, default: nil) - The next page token.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ListColumnDataProfilesResponse{
  columnDataProfiles:
    [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ColumnDataProfile.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.