class Google::Apis::AndroidpublisherV3::ApksAddExternallyHostedResponse
Response for creating a new externally hosted APK.
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 organizations using Managed Play whose application is configured to restrict distribution to the organizations. Corresponds to the JSON property `externallyHostedApk` @return [Google::Apis::AndroidpublisherV3::ExternallyHostedApk]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidpublisher_v3/classes.rb, line 111 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/androidpublisher_v3/classes.rb, line 116 def update!(**args) @externally_hosted_apk = args[:externally_hosted_apk] if args.key?(:externally_hosted_apk) end