Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaSdk
- Inherits:
-
Object
- Object
- Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaSdk
- 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.
Instance Attribute Summary collapse
-
#id ⇒ String
SDK identifier.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChecksReportV1alphaSdk
constructor
A new instance of GoogleChecksReportV1alphaSdk.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChecksReportV1alphaSdk
Returns a new instance of GoogleChecksReportV1alphaSdk.
1641 1642 1643 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1641 def initialize(**args) update!(**args) end |
Instance Attribute Details
#id ⇒ String
SDK identifier.
Corresponds to the JSON property id
1639 1640 1641 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1639 def id @id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1646 1647 1648 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1646 def update!(**args) @id = args[:id] if args.key?(:id) end |