class Google::Apis::AndroidpublisherV3::VanityCode
A multiple use, predefined promotion code.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @promotion_code = args[:promotion_code] if args.key?(:promotion_code) end