Struct rusoto_workdocs::DeleteNotificationSubscriptionRequest [] [src]

pub struct DeleteNotificationSubscriptionRequest {
    pub organization_id: String,
    pub subscription_id: String,
}

Fields

The ID of the organization.

The ID of the subscription.

Trait Implementations

impl Default for DeleteNotificationSubscriptionRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DeleteNotificationSubscriptionRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteNotificationSubscriptionRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more