GooglePrivacyDlpV2CreateStoredInfoTypeRequest class Null safety
Request message for CreateStoredInfoType.
Constructors
- GooglePrivacyDlpV2CreateStoredInfoTypeRequest({GooglePrivacyDlpV2StoredInfoTypeConfig? config, String? locationId, String? storedInfoTypeId})
- GooglePrivacyDlpV2CreateStoredInfoTypeRequest.fromJson(Map json_)
Properties
- config ↔ GooglePrivacyDlpV2StoredInfoTypeConfig?
-
Configuration of the storedInfoType to create.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- locationId ↔ String?
-
This field has no effect.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- storedInfoTypeId ↔ String?
-
The storedInfoType ID can contain uppercase and lowercase letters,
numbers, and hyphens; that is, it must match the regular expression:
[a-zA-Z\d-_]+
.read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited