Class: Google::Apis::DisplayvideoV3::PartnerGeneralConfig

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

Overview

General settings of a partner.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PartnerGeneralConfig

Returns a new instance of PartnerGeneralConfig.



10395
10396
10397
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 10395

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

Instance Attribute Details

#currency_codeString

Immutable. Partner's currency in ISO 4217 format. Corresponds to the JSON property currencyCode

Returns:

  • (String)


10386
10387
10388
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 10386

def currency_code
  @currency_code
end

#time_zoneString

Immutable. The standard TZ database name of the partner's time zone. For example, America/New_York. See more at: https://en.wikipedia.org/wiki/ List_of_tz_database_time_zones Corresponds to the JSON property timeZone

Returns:

  • (String)


10393
10394
10395
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 10393

def time_zone
  @time_zone
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10400
10401
10402
10403
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 10400

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