pub struct DeleteBillingGroupRequest {
pub billing_group_name: String,
pub expected_version: Option<i64>,
}Fields§
§billing_group_name: StringThe name of the billing group.
expected_version: Option<i64>The expected version of the billing group. If the version of the billing group does not match the expected version specified in the request, the DeleteBillingGroup request is rejected with a VersionConflictException.
Trait Implementations§
Source§impl Clone for DeleteBillingGroupRequest
impl Clone for DeleteBillingGroupRequest
Source§fn clone(&self) -> DeleteBillingGroupRequest
fn clone(&self) -> DeleteBillingGroupRequest
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 Debug for DeleteBillingGroupRequest
impl Debug for DeleteBillingGroupRequest
Source§impl Default for DeleteBillingGroupRequest
impl Default for DeleteBillingGroupRequest
Source§fn default() -> DeleteBillingGroupRequest
fn default() -> DeleteBillingGroupRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeleteBillingGroupRequest
Auto Trait Implementations§
impl Freeze for DeleteBillingGroupRequest
impl RefUnwindSafe for DeleteBillingGroupRequest
impl Send for DeleteBillingGroupRequest
impl Sync for DeleteBillingGroupRequest
impl Unpin for DeleteBillingGroupRequest
impl UnwindSafe for DeleteBillingGroupRequest
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