class Google::Apis::DisplayvideoV3::PartnerGeneralConfig

General settings of a partner.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @currency_code = args[:currency_code] if args.key?(:currency_code)
  @time_zone = args[:time_zone] if args.key?(:time_zone)
end