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.
12933 12934 12935 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 12933 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
12931 12932 12933 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 12931 def jira_queries @jira_queries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12938 12939 12940 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 12938 def update!(**args) @jira_queries = args[:jira_queries] if args.key?(:jira_queries) end |