pub struct SheetExportAudienceListResponse {
pub spreadsheet_uri: Option<String>,
pub spreadsheet_id: Option<String>,
pub row_count: Option<i32>,
pub audience_list: Option<AudienceList>,
}
Expand description
The created Google Sheet with the list of users in an audience list.
Fields§
§spreadsheet_uri: Option<String>
A uri for you to visit in your browser to view the Google Sheet.
spreadsheet_id: Option<String>
An ID that identifies the created Google Sheet resource.
row_count: Option<i32>
The total number of rows in the AudienceList result. rowCount
is
independent of the number of rows returned in the response, the limit
request parameter, and the offset
request parameter. For example if a
query returns 175 rows and includes limit
of 50 in the API request, the
response will contain rowCount
of 175 but only 50 rows.
To learn more about this pagination parameter, see Pagination.
audience_list: Option<AudienceList>
Configuration data about AudienceList being exported. Returned to help interpret the AudienceList in the Google Sheet of this response.
For example, the AudienceList may have more rows than are present in the
Google Sheet, and in that case, you may want to send an additional sheet
export request with a different offset
value to retrieve the next page of
rows in an additional Google Sheet.
Implementations§
source§impl SheetExportAudienceListResponse
impl SheetExportAudienceListResponse
sourcepub fn spreadsheet_uri(&self) -> &str
pub fn spreadsheet_uri(&self) -> &str
Returns the value of spreadsheet_uri
, or the default value if spreadsheet_uri
is unset.
sourcepub fn spreadsheet_id(&self) -> &str
pub fn spreadsheet_id(&self) -> &str
Returns the value of spreadsheet_id
, or the default value if spreadsheet_id
is unset.
Trait Implementations§
source§impl Clone for SheetExportAudienceListResponse
impl Clone for SheetExportAudienceListResponse
source§fn clone(&self) -> SheetExportAudienceListResponse
fn clone(&self) -> SheetExportAudienceListResponse
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Message for SheetExportAudienceListResponse
impl Message for SheetExportAudienceListResponse
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 SheetExportAudienceListResponse
impl PartialEq for SheetExportAudienceListResponse
source§fn eq(&self, other: &SheetExportAudienceListResponse) -> bool
fn eq(&self, other: &SheetExportAudienceListResponse) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SheetExportAudienceListResponse
Auto Trait Implementations§
impl Freeze for SheetExportAudienceListResponse
impl RefUnwindSafe for SheetExportAudienceListResponse
impl Send for SheetExportAudienceListResponse
impl Sync for SheetExportAudienceListResponse
impl Unpin for SheetExportAudienceListResponse
impl UnwindSafe for SheetExportAudienceListResponse
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