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.



680
681
682
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 680

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

Instance Attribute Details

#sdkGoogle::Apis::ChecksV1alpha::GoogleChecksReportV1alphaSdk

Information about an SDK. Corresponds to the JSON property sdk



673
674
675
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 673

def sdk
  @sdk
end

#sdk_versionString

The SDK version. Corresponds to the JSON property sdkVersion

Returns:

  • (String)


678
679
680
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 678

def sdk_version
  @sdk_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



685
686
687
688
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 685

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