Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaSdk

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.

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#idString

SDK identifier. Corresponds to the JSON property id

Returns:

  • (String)


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