View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ListProjectDataProfilesResponse (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.
  • projectDataProfiles (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ProjectDataProfile.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.GooglePrivacyDlpV2ListProjectDataProfilesResponse{
    nextPageToken: String.t() | nil,
    projectDataProfiles:
      [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ProjectDataProfile.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.