Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkEvidence

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 conerning an SDK that was found in your app.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckSdkEvidence

Returns a new instance of GoogleChecksReportV1alphaCheckSdkEvidence.



1069
1070
1071
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1069

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

Instance Attribute Details

#sdkGoogle::Apis::ChecksV1alpha::GoogleChecksReportV1alphaSdk

Information about an SDK. Corresponds to the JSON property sdk



1067
1068
1069
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1067

def sdk
  @sdk
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1074
1075
1076
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1074

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