Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaSwitchVariableMaskingRequest
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaSwitchVariableMaskingRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb
Overview
Request to enable/disable variable masking for a provisioned client
Instance Attribute Summary collapse
-
#enable_variable_masking ⇒ Boolean
(also: #enable_variable_masking?)
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaSwitchVariableMaskingRequest
constructor
A new instance of GoogleCloudIntegrationsV1alphaSwitchVariableMaskingRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaSwitchVariableMaskingRequest
Returns a new instance of GoogleCloudIntegrationsV1alphaSwitchVariableMaskingRequest.
10596 10597 10598 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 10596 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enable_variable_masking ⇒ Boolean Also known as: enable_variable_masking?
Required. REQUIRED: True if variable masking feature should be turned on for
this region
Corresponds to the JSON property enableVariableMasking
10593 10594 10595 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 10593 def enable_variable_masking @enable_variable_masking end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10601 10602 10603 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 10601 def update!(**args) @enable_variable_masking = args[:enable_variable_masking] if args.key?(:enable_variable_masking) end |