Class: Google::Apis::CloudsearchV1::FuseboxPrefUpdatePreState
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::FuseboxPrefUpdatePreState
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
If the Value field is not set this means the pref did not exist.
Instance Attribute Summary collapse
-
#value ⇒ String
Corresponds to the JSON property
valueNOTE: Values are automatically base64 encoded/decoded in the client library.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FuseboxPrefUpdatePreState
constructor
A new instance of FuseboxPrefUpdatePreState.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FuseboxPrefUpdatePreState
Returns a new instance of FuseboxPrefUpdatePreState.
9205 9206 9207 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9205 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value ⇒ String
Corresponds to the JSON property value
NOTE: Values are automatically base64 encoded/decoded in the client library.
9203 9204 9205 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9203 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9210 9211 9212 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9210 def update!(**args) @value = args[:value] if args.key?(:value) end |