View Source GoogleApi.PlayCustomApp.V1.Model.CustomApp (google_api_play_custom_app v0.14.0)
This resource represents a custom app.
Attributes
-
languageCode
(type:String.t
, default:nil
) - Default listing language in BCP 47 format. -
organizations
(type:list(GoogleApi.PlayCustomApp.V1.Model.Organization.t)
, default:nil
) - Organizations to which the custom app should be made available. If the request contains any organizations, then the app will be restricted to only these organizations. To support the organization linked to the developer account, the organization ID should be provided explicitly together with other organizations. If no organizations are provided, then the app is only available to the organization linked to the developer account. -
packageName
(type:String.t
, default:nil
) - Output only. Package name of the created Android app. Only present in the API response. -
title
(type:String.t
, default:nil
) - Title for the Android app.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PlayCustomApp.V1.Model.CustomApp{ languageCode: String.t() | nil, organizations: [GoogleApi.PlayCustomApp.V1.Model.Organization.t()] | nil, packageName: String.t() | nil, title: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.