$CloudSchedulerConfig class

Used by:

  • integrations:v1 : EnterpriseCrmEventbusProtoCloudSchedulerConfig
  • integrations:v1 : GoogleCloudIntegrationsV1alphaCloudSchedulerConfig

Constructors

$CloudSchedulerConfig({String? cronTab, String? errorMessage, String? location, String? serviceAccountEmail})
$CloudSchedulerConfig.fromJson(Map json_)

Properties

cronTab String?
The cron tab of cloud scheduler trigger.
getter/setter pair
errorMessage String?
When the job was deleted from Pantheon UI, error_message will be populated when Get/List integrations
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
location String?
The location where associated cloud scheduler job will be created
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAccountEmail String?
Service account used by Cloud Scheduler to trigger the integration at scheduled time
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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