CentralizationRuleForOrganizationTimeouts constructor
const
CentralizationRuleForOrganizationTimeouts({})
Creates a new CentralizationRuleForOrganizationTimeouts.
create A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
update A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
Implementation
const CentralizationRuleForOrganizationTimeouts({
this.create,
this.update,
});