class Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration
Registered Api Key.
Attributes
api_key[RW]
The API key. Corresponds to the JSON property `apiKey` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/recommendationengine_v1beta1/classes.rb, line 1153 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/recommendationengine_v1beta1/classes.rb, line 1158 def update!(**args) @api_key = args[:api_key] if args.key?(:api_key) end