google_api_play_movies_partner v0.0.1 GoogleApi.PlayMoviesPartner.V1.Model.StoreInfo View Source
Information about a playable sequence (video) associated with an Edit and available at the Google Play Store. Internally, each StoreInfo is uniquely identified by a `video_id` and `country`. Externally, Title-level EIDR or Edit-level EIDR, if provided, can also be used to identify a specific title or edit in a country.
Attributes
- audioTracks (List[String]): Audio tracks available for this Edit. Defaults to:
null
. - country (String): Country where Edit is available in ISO 3166-1 alpha-2 country code. Example: "US". Defaults to:
null
. - editLevelEidr (String): Edit-level EIDR ID. Example: "10.5240/1489-49A2-3956-4B2D-FE16-6". Defaults to:
null
. - episodeNumber (String): The number assigned to the episode within a season. Only available on TV Edits. Example: "1". Defaults to:
null
. - hasAudio51 (Boolean): Whether the Edit has a 5.1 channel audio track. Defaults to:
null
. - hasEstOffer (Boolean): Whether the Edit has a EST offer. Defaults to:
null
. - hasHdOffer (Boolean): Whether the Edit has a HD offer. Defaults to:
null
. - hasInfoCards (Boolean): Whether the Edit has info cards. Defaults to:
null
. - hasSdOffer (Boolean): Whether the Edit has a SD offer. Defaults to:
null
. - hasVodOffer (Boolean): Whether the Edit has a VOD offer. Defaults to:
null
. - liveTime (String): Timestamp when the Edit went live on the Store. Defaults to:
null
. - mid (String): Knowledge Graph ID associated to this Edit, if available. This ID links the Edit to its knowledge entity, externally accessible at http://freebase.com. In the absense of Title EIDR or Edit EIDR, this ID helps link together multiple Edits across countries. Example: '/m/0ffx29' Defaults to:
null
. - name (String): Default Edit name, usually in the language of the country of origin. Example: "Googlers, The". Defaults to:
null
. - pphNames (List[String]): Name of the post-production houses that manage the Edit. Defaults to:
null
. - seasonId (String): Google-generated ID identifying the season linked to the Edit. Only available for TV Edits. Example: 'ster23ex' Defaults to:
null
. - seasonName (String): Default Season name, usually in the language of the country of origin. Only available for TV Edits Example: "Googlers, The - A Brave New World". Defaults to:
null
. - seasonNumber (String): The number assigned to the season within a show. Only available on TV Edits. Example: "1". Defaults to:
null
. - showId (String): Google-generated ID identifying the show linked to the Edit. Only available for TV Edits. Example: 'et2hsue_x' Defaults to:
null
. - showName (String): Default Show name, usually in the language of the country of origin. Only available for TV Edits Example: "Googlers, The". Defaults to:
null
. - studioName (String): Name of the studio that owns the Edit ordered. Defaults to:
null
. - subtitles (List[String]): Subtitles available for this Edit. Defaults to:
null
. - titleLevelEidr (String): Title-level EIDR ID. Example: "10.5240/1489-49A2-3956-4B2D-FE16-5". Defaults to:
null
. - trailerId (String): Google-generated ID identifying the trailer linked to the Edit. Example: 'bhd_4e_cx' Defaults to:
null
. type (String): Edit type, like Movie, Episode or Season. Defaults to:
null
.- Enum - one of [TITLE_TYPE_UNSPECIFIED, MOVIE, SEASON, EPISODE, BUNDLE]
- videoId (String): Google-generated ID identifying the video linked to the Edit. Example: 'gtry456_xc' Defaults to:
null
.