Struct gapi_grpc::google::ads::admob::v1::PublisherAccount[][src]

pub struct PublisherAccount {
    pub name: String,
    pub publisher_id: String,
    pub reporting_time_zone: String,
    pub currency_code: String,
}

A publisher account contains information relevant to the use of this API, such as the time zone used for the reports.

Fields

name: String

Resource name of this account. Format is accounts/{publisher_id}.

publisher_id: String

The unique ID by which this publisher account can be identified in the API requests (for example, pub-1234567890).

reporting_time_zone: String

The time zone that is used in reports that are generated for this account. The value is a time-zone ID as specified by the CLDR project, for example, “America/Los_Angeles”.

currency_code: String

Currency code of the earning-related metrics, which is the 3-letter code defined in ISO 4217. The daily average rate is used for the currency conversion.

Trait Implementations

impl Clone for PublisherAccount[src]

impl Debug for PublisherAccount[src]

impl Default for PublisherAccount[src]

impl Message for PublisherAccount[src]

impl PartialEq<PublisherAccount> for PublisherAccount[src]

impl StructuralPartialEq for PublisherAccount[src]

Auto Trait Implementations

impl RefUnwindSafe for PublisherAccount

impl Send for PublisherAccount

impl Sync for PublisherAccount

impl Unpin for PublisherAccount

impl UnwindSafe for PublisherAccount

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]