Struct gapi_grpc::google::cloud::billing::budgets::v1::CustomPeriod[][src]

pub struct CustomPeriod {
    pub start_date: Option<Date>,
    pub end_date: Option<Date>,
}

All date times begin at 12 AM US and Canadian Pacific Time (UTC-8).

Fields

start_date: Option<Date>

Required. The start date must be after January 1, 2017.

end_date: Option<Date>

Optional. The end date of the time period. Budgets with elapsed end date won’t be processed. If unset, specifies to track all usage incurred since the start_date.

Trait Implementations

impl Clone for CustomPeriod[src]

impl Debug for CustomPeriod[src]

impl Default for CustomPeriod[src]

impl Message for CustomPeriod[src]

impl PartialEq<CustomPeriod> for CustomPeriod[src]

impl StructuralPartialEq for CustomPeriod[src]

Auto Trait Implementations

impl RefUnwindSafe for CustomPeriod

impl Send for CustomPeriod

impl Sync for CustomPeriod

impl Unpin for CustomPeriod

impl UnwindSafe for CustomPeriod

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]