Class: Google::Apis::ThreatintelligenceV1beta::UpsertConfigurationResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UpsertConfigurationResponse

Returns a new instance of UpsertConfigurationResponse.



1903
1904
1905
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 1903

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#configurationString

Output only. Created configuration ID with server assigned id. Corresponds to the JSON property configuration

Returns:

  • (String)


1901
1902
1903
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 1901

def configuration
  @configuration
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1908
1909
1910
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 1908

def update!(**args)
  @configuration = args[:configuration] if args.key?(:configuration)
end