Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1JiraSource
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1JiraSource
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
The Jira source for the ImportRagFilesRequest.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1JiraSource
constructor
A new instance of GoogleCloudAiplatformV1beta1JiraSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1JiraSource
Returns a new instance of GoogleCloudAiplatformV1beta1JiraSource.
15120 15121 15122 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15120 def initialize(**args) update!(**args) end |
Instance Attribute Details
#jira_queries ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1JiraSourceJiraQueries>
Required. The Jira queries.
Corresponds to the JSON property jiraQueries
15118 15119 15120 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15118 def jira_queries @jira_queries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15125 15126 15127 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15125 def update!(**args) @jira_queries = args[:jira_queries] if args.key?(:jira_queries) end |