Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence
- Inherits:
-
Object
- Object
- Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence
- 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
-
#sdk_details ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidenceSdkDetails>
SDKs in violation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence
constructor
A new instance of GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence
Returns a new instance of GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence.
1113 1114 1115 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1113 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sdk_details ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidenceSdkDetails>
SDKs in violation.
Corresponds to the JSON property sdkDetails
1111 1112 1113 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1111 def sdk_details @sdk_details end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1118 1119 1120 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1118 def update!(**args) @sdk_details = args[:sdk_details] if args.key?(:sdk_details) end |