pub struct AppFeedItem {
pub link_text: String,
pub app_id: String,
pub app_store: i32,
pub final_urls: Vec<String>,
pub final_mobile_urls: Vec<String>,
pub tracking_url_template: String,
pub url_custom_parameters: Vec<CustomParameter>,
pub final_url_suffix: String,
}
Expand description
Represents an App extension.
Fields§
§link_text: String
The visible text displayed when the link is rendered in an ad. This string must not be empty, and the length of this string should be between 1 and 25, inclusive.
app_id: String
The store-specific ID for the target application. This string must not be empty.
app_store: i32
The application store that the target application belongs to. This field is required.
final_urls: Vec<String>
A list of possible final URLs after all cross domain redirects. This list must not be empty.
final_mobile_urls: Vec<String>
A list of possible final mobile URLs after all cross domain redirects.
tracking_url_template: String
URL template for constructing a tracking URL. Default value is “{lpurl}”.
url_custom_parameters: Vec<CustomParameter>
A list of mappings to be used for substituting URL custom parameter tags in the tracking_url_template, final_urls, and/or final_mobile_urls.
final_url_suffix: String
URL template for appending params to landing page URLs served with parallel tracking.
Implementations§
Source§impl AppFeedItem
impl AppFeedItem
Trait Implementations§
Source§impl Clone for AppFeedItem
impl Clone for AppFeedItem
Source§fn clone(&self) -> AppFeedItem
fn clone(&self) -> AppFeedItem
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for AppFeedItem
impl Debug for AppFeedItem
Source§impl Default for AppFeedItem
impl Default for AppFeedItem
Source§impl Message for AppFeedItem
impl Message for AppFeedItem
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Source§fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>
fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>
Source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
Source§fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>
fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>
Source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
Source§fn decode<B>(buf: B) -> Result<Self, DecodeError>
fn decode<B>(buf: B) -> Result<Self, DecodeError>
Source§fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>
fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>
Source§fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>
fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>
self
. Read moreSource§fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>
fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>
self
.Source§impl PartialEq for AppFeedItem
impl PartialEq for AppFeedItem
impl StructuralPartialEq for AppFeedItem
Auto Trait Implementations§
impl Freeze for AppFeedItem
impl RefUnwindSafe for AppFeedItem
impl Send for AppFeedItem
impl Sync for AppFeedItem
impl Unpin for AppFeedItem
impl UnwindSafe for AppFeedItem
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request