Class GooglePrivacyDlpV2CreateJobTriggerRequest
Request message for CreateJobTrigger.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2CreateJobTriggerRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
JobTrigger
Required. The JobTrigger to create.
Declaration
[JsonProperty("jobTrigger")]
public virtual GooglePrivacyDlpV2JobTrigger JobTrigger { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2JobTrigger |
LocationId
Deprecated. This field has no effect.
Declaration
[JsonProperty("locationId")]
public virtual string LocationId { get; set; }
Property Value
Type | Description |
---|---|
string |
TriggerId
The trigger id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the
regular expression: [a-zA-Z\d-_]+
. The maximum length is 100 characters. Can be empty to allow the system
to generate one.
Declaration
[JsonProperty("triggerId")]
public virtual string TriggerId { get; set; }
Property Value
Type | Description |
---|---|
string |