Class: Google::Apis::ServicemanagementV1::DotnetSettings

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/servicemanagement_v1/classes.rb,
lib/google/apis/servicemanagement_v1/representations.rb,
lib/google/apis/servicemanagement_v1/representations.rb

Overview

Settings for Dotnet client libraries.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DotnetSettings

Returns a new instance of DotnetSettings.



1296
1297
1298
# File 'lib/google/apis/servicemanagement_v1/classes.rb', line 1296

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#commonGoogle::Apis::ServicemanagementV1::CommonLanguageSettings

Required information for every language. Corresponds to the JSON property common



1294
1295
1296
# File 'lib/google/apis/servicemanagement_v1/classes.rb', line 1294

def common
  @common
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1301
1302
1303
# File 'lib/google/apis/servicemanagement_v1/classes.rb', line 1301

def update!(**args)
  @common = args[:common] if args.key?(:common)
end