Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPermission
- Inherits:
-
Object
- Object
- Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPermission
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/checks_v1alpha/classes.rb,
lib/google/apis/checks_v1alpha/representations.rb,
lib/google/apis/checks_v1alpha/representations.rb
Overview
Information about a permission.
Instance Attribute Summary collapse
-
#id ⇒ String
Permission identifier.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChecksReportV1alphaPermission
constructor
A new instance of GoogleChecksReportV1alphaPermission.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChecksReportV1alphaPermission
Returns a new instance of GoogleChecksReportV1alphaPermission.
1554 1555 1556 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1554 def initialize(**args) update!(**args) end |
Instance Attribute Details
#id ⇒ String
Permission identifier.
Corresponds to the JSON property id
1552 1553 1554 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1552 def id @id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1559 1560 1561 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1559 def update!(**args) @id = args[:id] if args.key?(:id) end |