GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DatastoreOptions (google_api_dlp v0.41.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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DatastoreOptions{ kind: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KindExpression.t() | nil, partitionId: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PartitionId.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.