Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkIssueEvidence
- Inherits:
-
Object
- Object
- Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkIssueEvidence
- 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 an SDK issue.
Instance Attribute Summary collapse
-
#sdk ⇒ Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaSdk
Information about an SDK.
-
#sdk_version ⇒ String
The SDK version.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckSdkIssueEvidence
constructor
A new instance of GoogleChecksReportV1alphaCheckSdkIssueEvidence.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckSdkIssueEvidence
Returns a new instance of GoogleChecksReportV1alphaCheckSdkIssueEvidence.
1093 1094 1095 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1093 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sdk ⇒ Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaSdk
Information about an SDK.
Corresponds to the JSON property sdk
1086 1087 1088 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1086 def sdk @sdk end |
#sdk_version ⇒ String
The SDK version.
Corresponds to the JSON property sdkVersion
1091 1092 1093 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1091 def sdk_version @sdk_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1098 1099 1100 1101 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1098 def update!(**args) @sdk = args[:sdk] if args.key?(:sdk) @sdk_version = args[:sdk_version] if args.key?(:sdk_version) end |