Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidenceSdkDetails
- Inherits:
-
Object
- Object
- Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidenceSdkDetails
- 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
Details of the SDK in violation.
Instance Attribute Summary collapse
-
#sdk ⇒ Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaSdk
Information about an SDK.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidenceSdkDetails
constructor
A new instance of GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidenceSdkDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidenceSdkDetails
Returns a new instance of GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidenceSdkDetails.
1132 1133 1134 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1132 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sdk ⇒ Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaSdk
Information about an SDK.
Corresponds to the JSON property sdk
1130 1131 1132 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1130 def sdk @sdk end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1137 1138 1139 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1137 def update!(**args) @sdk = args[:sdk] if args.key?(:sdk) end |