Class: Google::Apis::IapV1::ValidateIapAttributeExpressionResponse
- Inherits:
-
Object
- Object
- Google::Apis::IapV1::ValidateIapAttributeExpressionResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/iap_v1/classes.rb,
lib/google/apis/iap_v1/representations.rb,
lib/google/apis/iap_v1/representations.rb
Overview
IAP Expression Linter endpoint returns empty response body.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ValidateIapAttributeExpressionResponse
constructor
A new instance of ValidateIapAttributeExpressionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ValidateIapAttributeExpressionResponse
Returns a new instance of ValidateIapAttributeExpressionResponse.
1337 1338 1339 |
# File 'lib/google/apis/iap_v1/classes.rb', line 1337 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1342 1343 |
# File 'lib/google/apis/iap_v1/classes.rb', line 1342 def update!(**args) end |