google_api_dlp v0.10.1 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Schedule View Source
Schedule for triggeredJobs.
Attributes
recurrencePeriodDuration(type:String.t, default:nil) - With this option a job is started a regular periodic basis. For example: every day (86400 seconds).A scheduled start time will be skipped if the previous execution has not ended when its scheduled time occurs.
This value must be set to a time duration greater than or equal to 1 day and can be no longer than 60 days.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Schedule{
recurrencePeriodDuration: String.t()
}
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Schedule{
recurrencePeriodDuration: String.t()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.