Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkIssueEvidence

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 an SDK issue.

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#sdkGoogle::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_versionString

The SDK version. Corresponds to the JSON property sdkVersion

Returns:

  • (String)


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