Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringPermissionResult
- Inherits:
-
Object
- Object
- Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringPermissionResult
- 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 that was found in your app.
Instance Attribute Summary collapse
-
#metadata ⇒ Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringResultMetadata
Information about a data monitoring result.
-
#permission ⇒ Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPermission
Information about a permission.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChecksReportV1alphaDataMonitoringPermissionResult
constructor
A new instance of GoogleChecksReportV1alphaDataMonitoringPermissionResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChecksReportV1alphaDataMonitoringPermissionResult
Returns a new instance of GoogleChecksReportV1alphaDataMonitoringPermissionResult.
873 874 875 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 873 def initialize(**args) update!(**args) end |
Instance Attribute Details
#metadata ⇒ Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringResultMetadata
Information about a data monitoring result.
Corresponds to the JSON property metadata
866 867 868 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 866 def @metadata end |
#permission ⇒ Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPermission
Information about a permission.
Corresponds to the JSON property permission
871 872 873 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 871 def @permission end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
878 879 880 881 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 878 def update!(**args) @metadata = args[:metadata] if args.key?(:metadata) @permission = args[:permission] if args.key?(:permission) end |