Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence

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 collected from SDK restriction violation analysis.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence

Returns a new instance of GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence.



700
701
702
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 700

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

Instance Attribute Details

#sdk_detailsArray<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidenceSdkDetails>

SDKs in violation. Corresponds to the JSON property sdkDetails



698
699
700
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 698

def sdk_details
  @sdk_details
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



705
706
707
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 705

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