Struct rusoto_workdocs::DescribeNotificationSubscriptionsRequest [] [src]

pub struct DescribeNotificationSubscriptionsRequest {
    pub limit: Option<i64>,
    pub marker: Option<String>,
    pub organization_id: String,
}

Fields

The maximum number of items to return with this call.

The marker for the next set of results. (You received this marker from a previous call.)

The ID of the organization.

Trait Implementations

impl Default for DescribeNotificationSubscriptionsRequest
[src]

[src]

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

impl Debug for DescribeNotificationSubscriptionsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeNotificationSubscriptionsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more