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.
29091 29092 29093 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29091 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
29089 29090 29091 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29089 def jira_queries @jira_queries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
29096 29097 29098 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29096 def update!(**args) @jira_queries = args[:jira_queries] if args.key?(:jira_queries) end |