class Google::Apis::AdexchangebuyerV1_4::MobileApplication
Attributes
app_store[RW]
Corresponds to the JSON property `appStore` @return [String]
external_app_id[RW]
Corresponds to the JSON property `externalAppId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 2261 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 2266 def update!(**args) @app_store = args[:app_store] if args.key?(:app_store) @external_app_id = args[:external_app_id] if args.key?(:external_app_id) end