Class: Google::Apis::AndroidpublisherV3::ApksAddExternallyHostedRequest
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::ApksAddExternallyHostedRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb
Overview
Request to create a new externally hosted APK.
Instance Attribute Summary collapse
-
#externally_hosted_apk ⇒ Google::Apis::AndroidpublisherV3::ExternallyHostedApk
Defines an APK available for this application that is hosted externally and not uploaded to Google Play.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ApksAddExternallyHostedRequest
constructor
A new instance of ApksAddExternallyHostedRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ApksAddExternallyHostedRequest
Returns a new instance of ApksAddExternallyHostedRequest.
304 305 306 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 304 def initialize(**args) update!(**args) end |
Instance Attribute Details
#externally_hosted_apk ⇒ Google::Apis::AndroidpublisherV3::ExternallyHostedApk
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
302 303 304 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 302 def externally_hosted_apk @externally_hosted_apk end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
309 310 311 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 309 def update!(**args) @externally_hosted_apk = args[:externally_hosted_apk] if args.key?(:externally_hosted_apk) end |