Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringSdkResult

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

Information about an SDK that was found in your app.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChecksReportV1alphaDataMonitoringSdkResult

Returns a new instance of GoogleChecksReportV1alphaDataMonitoringSdkResult.



1351
1352
1353
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1351

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

Instance Attribute Details

#metadataGoogle::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringResultMetadata

Information about a data monitoring result. Corresponds to the JSON property metadata



1344
1345
1346
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1344

def 
  
end

#sdkGoogle::Apis::ChecksV1alpha::GoogleChecksReportV1alphaSdk

Information about an SDK. Corresponds to the JSON property sdk



1349
1350
1351
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1349

def sdk
  @sdk
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1356
1357
1358
1359
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1356

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