Class: Google::Apis::ThreatintelligenceV1beta::UpsertConfigurationResponse
- Inherits:
-
Object
- Object
- Google::Apis::ThreatintelligenceV1beta::UpsertConfigurationResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/threatintelligence_v1beta/classes.rb,
lib/google/apis/threatintelligence_v1beta/representations.rb,
lib/google/apis/threatintelligence_v1beta/representations.rb
Overview
Response message for UpsertConfiguration.
Instance Attribute Summary collapse
-
#configuration ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UpsertConfigurationResponse
constructor
A new instance of UpsertConfigurationResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UpsertConfigurationResponse
Returns a new instance of UpsertConfigurationResponse.
1894 1895 1896 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 1894 def initialize(**args) update!(**args) end |
Instance Attribute Details
#configuration ⇒ String
Output only. Created configuration ID with server assigned id.
Corresponds to the JSON property configuration
1892 1893 1894 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 1892 def configuration @configuration end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1899 1900 1901 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 1899 def update!(**args) @configuration = args[:configuration] if args.key?(:configuration) end |