class Google::Apis::AndroidpublisherV2::ApksAddExternallyHostedResponse
Attributes
externally_hosted_apk[RW]
Defines an APK available for this application that is hosted externally and not uploaded to Google Play. This function is only available to enterprises who are using Google Play for Work, and whos application is restricted to the enterprise private channel Corresponds to the JSON property `externallyHostedApk` @return [Google::Apis::AndroidpublisherV2::ExternallyHostedApk]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/androidpublisher_v2/classes.rb, line 155 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/androidpublisher_v2/classes.rb, line 160 def update!(**args) @externally_hosted_apk = args[:externally_hosted_apk] if args.key?(:externally_hosted_apk) end