Struct google_dlp2::GooglePrivacyDlpV2CreateJobTriggerRequest [−][src]
pub struct GooglePrivacyDlpV2CreateJobTriggerRequest {
pub trigger_id: Option<String>,
pub job_trigger: Option<GooglePrivacyDlpV2JobTrigger>,
}Request message for CreateJobTrigger.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- job triggers create projects (request)
Fields
trigger_id: Option<String>
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.
job_trigger: Option<GooglePrivacyDlpV2JobTrigger>
The JobTrigger to create.
Trait Implementations
impl Default for GooglePrivacyDlpV2CreateJobTriggerRequest[src]
impl Default for GooglePrivacyDlpV2CreateJobTriggerRequestfn default() -> GooglePrivacyDlpV2CreateJobTriggerRequest[src]
fn default() -> GooglePrivacyDlpV2CreateJobTriggerRequestReturns the "default value" for a type. Read more
impl Clone for GooglePrivacyDlpV2CreateJobTriggerRequest[src]
impl Clone for GooglePrivacyDlpV2CreateJobTriggerRequestfn clone(&self) -> GooglePrivacyDlpV2CreateJobTriggerRequest[src]
fn clone(&self) -> GooglePrivacyDlpV2CreateJobTriggerRequestReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GooglePrivacyDlpV2CreateJobTriggerRequest[src]
impl Debug for GooglePrivacyDlpV2CreateJobTriggerRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for GooglePrivacyDlpV2CreateJobTriggerRequest[src]
impl RequestValue for GooglePrivacyDlpV2CreateJobTriggerRequest