pub struct GoogleCloudChannelV1BillingAccount {
pub create_time: Option<DateTime<Utc>>,
pub currency_code: Option<String>,
pub display_name: Option<String>,
pub name: Option<String>,
pub region_code: Option<String>,
}Expand description
Represents a billing account.
This type is not used in any activity, and only used as part of another schema.
Fields§
§create_time: Option<DateTime<Utc>>Output only. The time when this billing account was created.
currency_code: Option<String>Output only. The 3-letter currency code defined in ISO 4217.
display_name: Option<String>Display name of the billing account.
name: Option<String>Output only. Resource name of the billing account. Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
region_code: Option<String>Output only. The CLDR region code.
Trait Implementations§
Source§impl Clone for GoogleCloudChannelV1BillingAccount
impl Clone for GoogleCloudChannelV1BillingAccount
Source§fn clone(&self) -> GoogleCloudChannelV1BillingAccount
fn clone(&self) -> GoogleCloudChannelV1BillingAccount
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudChannelV1BillingAccount
impl Default for GoogleCloudChannelV1BillingAccount
Source§fn default() -> GoogleCloudChannelV1BillingAccount
fn default() -> GoogleCloudChannelV1BillingAccount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudChannelV1BillingAccount
impl<'de> Deserialize<'de> for GoogleCloudChannelV1BillingAccount
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudChannelV1BillingAccount
Auto Trait Implementations§
impl Freeze for GoogleCloudChannelV1BillingAccount
impl RefUnwindSafe for GoogleCloudChannelV1BillingAccount
impl Send for GoogleCloudChannelV1BillingAccount
impl Sync for GoogleCloudChannelV1BillingAccount
impl Unpin for GoogleCloudChannelV1BillingAccount
impl UnwindSafe for GoogleCloudChannelV1BillingAccount
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
Mutably borrows from an owned value. Read more