class Google::Apis::DisplayvideoV1::PartnerGeneralConfig

General settings of a partner.

Attributes

currency_code[RW]

Immutable. Partner's currency in ISO 4217 format. Corresponds to the JSON property `currencyCode` @return [String]

time_zone[RW]

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

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/displayvideo_v1/classes.rb, line 7997
def update!(**args)
  @currency_code = args[:currency_code] if args.key?(:currency_code)
  @time_zone = args[:time_zone] if args.key?(:time_zone)
end