Struct rusoto_workdocs::CreateNotificationSubscriptionRequest [] [src]

pub struct CreateNotificationSubscriptionRequest {
    pub endpoint: String,
    pub organization_id: String,
    pub protocol: String,
    pub subscription_type: String,
}

Fields

The endpoint to receive the notifications. If the protocol is HTTPS, the endpoint is a URL that begins with "https://".

The ID of the organization.

The protocol to use. The supported value is https, which delivers JSON-encoded messasges using HTTPS POST.

The notification type.

Trait Implementations

impl Default for CreateNotificationSubscriptionRequest
[src]

[src]

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

impl Debug for CreateNotificationSubscriptionRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateNotificationSubscriptionRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more