Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringPermissionResult

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChecksReportV1alphaDataMonitoringPermissionResult

Returns a new instance of GoogleChecksReportV1alphaDataMonitoringPermissionResult.



1286
1287
1288
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1286

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#metadataGoogle::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringResultMetadata

Information about a data monitoring result. Corresponds to the JSON property metadata



1279
1280
1281
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1279

def 
  @metadata
end

#permissionGoogle::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPermission

Information about a permission. Corresponds to the JSON property permission



1284
1285
1286
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1284

def permission
  @permission
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1291
1292
1293
1294
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1291

def update!(**args)
  @metadata = args[:metadata] if args.key?(:metadata)
  @permission = args[:permission] if args.key?(:permission)
end