GoogleCloudAiplatformV1JiraSourceJiraQueries class
JiraQueries contains the Jira queries and corresponding authentication.
Constructors
-
GoogleCloudAiplatformV1JiraSourceJiraQueries.new({GoogleCloudAiplatformV1ApiAuthApiKeyConfig? apiKeyConfig, List<
String> ? customQueries, String? email, List<String> ? projects, String? serverUri}) - GoogleCloudAiplatformV1JiraSourceJiraQueries.fromJson(Map json_)
Properties
- apiKeyConfig ↔ GoogleCloudAiplatformV1ApiAuthApiKeyConfig?
-
The SecretManager secret version resource name (e.g.
projects/{project}/secrets/{secret}/versions/{version}) storing the Jira
API key.
getter/setter pair
-
customQueries
↔ List<
String> ? -
A list of custom Jira queries to import.
getter/setter pair
- email ↔ String?
-
The Jira email address.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
projects
↔ List<
String> ? -
A list of Jira projects to import in their entirety.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverUri ↔ String?
-
The Jira server URI.
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