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

List of profiles generated for a given organization or project.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ListTableDataProfilesResponse{
  nextPageToken: String.t() | nil,
  tableDataProfiles:
    [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TableDataProfile.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.