View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ListFileStoreDataProfilesResponse (google_api_dlp v0.50.1)

List of file store data profiles generated for a given organization or project.

Attributes

  • fileStoreDataProfiles (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileStoreDataProfile.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.GooglePrivacyDlpV2ListFileStoreDataProfilesResponse{
    fileStoreDataProfiles:
      [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileStoreDataProfile.t()] | nil,
    nextPageToken: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.