GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DatastoreOptions (google_api_dlp v0.54.0)

View Source

Options defining a data set within Google Cloud Datastore.

Attributes

  • kind (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KindExpression.t, default: nil) - The kind to process.
  • partitionId (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PartitionId.t, default: nil) - A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DatastoreOptions{
  kind: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KindExpression.t() | nil,
  partitionId: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PartitionId.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.