class Google::Apis::DataflowV1b3::SdkInfo

SDK Information.

Attributes

language[RW]

Required. The SDK Language. Corresponds to the JSON property `language` @return [String]

version[RW]

Optional. The SDK version. Corresponds to the JSON property `version` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 4020
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dataflow_v1b3/classes.rb, line 4025
def update!(**args)
  @language = args[:language] if args.key?(:language)
  @version = args[:version] if args.key?(:version)
end