Struct google_api_proto::google::ads::googleads::v15::services::CallConversionResult
source · pub struct CallConversionResult {
pub caller_id: Option<String>,
pub call_start_date_time: Option<String>,
pub conversion_action: Option<String>,
pub conversion_date_time: Option<String>,
}
Expand description
Identifying information for a successfully processed CallConversionUpload.
Fields§
§caller_id: Option<String>
The caller id from which this call was placed. Caller id is expected to be in E.164 format with preceding ‘+’ sign.
call_start_date_time: Option<String>
The date time at which the call occurred. The format is “yyyy-mm-dd hh:mm:ss+|-hh:mm”, for example, “2019-01-01 12:32:45-08:00”.
conversion_action: Option<String>
Resource name of the conversion action associated with this conversion.
conversion_date_time: Option<String>
The date time at which the conversion occurred. The format is “yyyy-mm-dd hh:mm:ss+|-hh:mm”, for example, “2019-01-01 12:32:45-08:00”.
Implementations§
source§impl CallConversionResult
impl CallConversionResult
sourcepub fn caller_id(&self) -> &str
pub fn caller_id(&self) -> &str
Returns the value of caller_id
, or the default value if caller_id
is unset.
sourcepub fn call_start_date_time(&self) -> &str
pub fn call_start_date_time(&self) -> &str
Returns the value of call_start_date_time
, or the default value if call_start_date_time
is unset.
sourcepub fn conversion_action(&self) -> &str
pub fn conversion_action(&self) -> &str
Returns the value of conversion_action
, or the default value if conversion_action
is unset.
sourcepub fn conversion_date_time(&self) -> &str
pub fn conversion_date_time(&self) -> &str
Returns the value of conversion_date_time
, or the default value if conversion_date_time
is unset.
Trait Implementations§
source§impl Clone for CallConversionResult
impl Clone for CallConversionResult
source§fn clone(&self) -> CallConversionResult
fn clone(&self) -> CallConversionResult
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CallConversionResult
impl Debug for CallConversionResult
source§impl Default for CallConversionResult
impl Default for CallConversionResult
source§impl Message for CallConversionResult
impl Message for CallConversionResult
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 CallConversionResult
impl PartialEq for CallConversionResult
source§fn eq(&self, other: &CallConversionResult) -> bool
fn eq(&self, other: &CallConversionResult) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CallConversionResult
Auto Trait Implementations§
impl Freeze for CallConversionResult
impl RefUnwindSafe for CallConversionResult
impl Send for CallConversionResult
impl Sync for CallConversionResult
impl Unpin for CallConversionResult
impl UnwindSafe for CallConversionResult
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