Struct google_api_proto::google::ads::googleads::v16::common::DynamicEducationAsset
source · pub struct DynamicEducationAsset {Show 14 fields
pub program_id: String,
pub location_id: String,
pub program_name: String,
pub subject: String,
pub program_description: String,
pub school_name: String,
pub address: String,
pub contextual_keywords: Vec<String>,
pub android_app_link: String,
pub similar_program_ids: Vec<String>,
pub ios_app_link: String,
pub ios_app_store_id: i64,
pub thumbnail_image_url: String,
pub image_url: String,
}
Expand description
A Dynamic Education asset.
Fields§
§program_id: String
Required. Program ID which can be any sequence of letters and digits, and must be unique and match the values of remarketing tag. Required.
location_id: String
Location ID which can be any sequence of letters and digits and must be unique.
program_name: String
Required. Program name, for example, Nursing. Required.
subject: String
Subject of study, for example, Health.
program_description: String
Program description, for example, Nursing Certification.
school_name: String
School name, for example, Mountain View School of Nursing.
address: String
School address which can be specified in one of the following formats. (1) City, state, code, country, for example, Mountain View, CA, USA. (2) Full address, for example, 123 Boulevard St, Mountain View, CA 94043. (3) Latitude-longitude in the DDD format, for example, 41.40338, 2.17403
contextual_keywords: Vec<String>
Contextual keywords, for example, Nursing certification, Health, Mountain View.
android_app_link: String
Android deep link, for example, android-app://com.example.android/http/example.com/gizmos?1234.
similar_program_ids: Vec<String>
Similar program IDs.
ios_app_link: String
iOS deep link, for example, exampleApp://content/page.
ios_app_store_id: i64
iOS app store ID. This is used to check if the user has the app installed on their device before deep linking. If this field is set, then the ios_app_link field must also be present.
thumbnail_image_url: String
Thumbnail image url, for example, http://www.example.com/thumbnail.png. The thumbnail image will not be uploaded as image asset.
image_url: String
Image url, for example, http://www.example.com/image.png. The image will not be uploaded as image asset.
Trait Implementations§
source§impl Clone for DynamicEducationAsset
impl Clone for DynamicEducationAsset
source§fn clone(&self) -> DynamicEducationAsset
fn clone(&self) -> DynamicEducationAsset
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DynamicEducationAsset
impl Debug for DynamicEducationAsset
source§impl Default for DynamicEducationAsset
impl Default for DynamicEducationAsset
source§impl Message for DynamicEducationAsset
impl Message for DynamicEducationAsset
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
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(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
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(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for DynamicEducationAsset
impl PartialEq for DynamicEducationAsset
source§fn eq(&self, other: &DynamicEducationAsset) -> bool
fn eq(&self, other: &DynamicEducationAsset) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DynamicEducationAsset
Auto Trait Implementations§
impl Freeze for DynamicEducationAsset
impl RefUnwindSafe for DynamicEducationAsset
impl Send for DynamicEducationAsset
impl Sync for DynamicEducationAsset
impl Unpin for DynamicEducationAsset
impl UnwindSafe for DynamicEducationAsset
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§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