Struct gapi_grpc::google::analytics::admin::v1alpha::ListFirebaseLinksResponse[][src]

pub struct ListFirebaseLinksResponse {
    pub firebase_links: Vec<FirebaseLink>,
    pub next_page_token: String,
}

Response message for ListFirebaseLinks RPC

Fields

firebase_links: Vec<FirebaseLink>

List of FirebaseLinks. This will have at most one value.

next_page_token: String

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. Currently, Google Analytics supports only one FirebaseLink per property, so this will never be populated.

Trait Implementations

impl Clone for ListFirebaseLinksResponse[src]

impl Debug for ListFirebaseLinksResponse[src]

impl Default for ListFirebaseLinksResponse[src]

impl Message for ListFirebaseLinksResponse[src]

impl PartialEq<ListFirebaseLinksResponse> for ListFirebaseLinksResponse[src]

impl StructuralPartialEq for ListFirebaseLinksResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for ListFirebaseLinksResponse

impl Send for ListFirebaseLinksResponse

impl Sync for ListFirebaseLinksResponse

impl Unpin for ListFirebaseLinksResponse

impl UnwindSafe for ListFirebaseLinksResponse

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]