Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckPermissionEvidence

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

Evidence concerning a permission that was found in your app.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckPermissionEvidence

Returns a new instance of GoogleChecksReportV1alphaCheckPermissionEvidence.



580
581
582
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 580

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

Instance Attribute Details

#permissionGoogle::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPermission

Information about a permission. Corresponds to the JSON property permission



578
579
580
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 578

def permission
  @permission
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



585
586
587
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 585

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