View Source GoogleApi.AuthorizedBuyersMarketplace.V1.Model.PublisherProfileMobileApplication (google_api_authorized_buyers_marketplace v0.6.1)

A mobile application that contains a external app ID, name, and app store.

Attributes

  • appStore (type: String.t, default: nil) - The app store the app belongs to. Can be used to filter the response of the publisherProfiles.list method.
  • externalAppId (type: String.t, default: nil) - The external ID for the app from its app store. Can be used to filter the response of the publisherProfiles.list method.
  • name (type: String.t, default: nil) - The name of the app.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.PublisherProfileMobileApplication{
    appStore: String.t() | nil,
    externalAppId: String.t() | nil,
    name: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.