Struct gapi_grpc::google::cloud::securitycenter::v1p1beta1::CreateNotificationConfigRequest[][src]

pub struct CreateNotificationConfigRequest {
    pub parent: String,
    pub config_id: String,
    pub notification_config: Option<NotificationConfig>,
}

Request message for creating a notification config.

Fields

parent: String

Required. Resource name of the new notification config’s parent. Its format is “organizations/[organization_id]”.

config_id: String

Required. Unique identifier provided by the client within the parent scope. It must be between 1 and 128 characters, and contains alphanumeric characters, underscores or hyphens only.

notification_config: Option<NotificationConfig>

Required. The notification config being created. The name and the service account will be ignored as they are both output only fields on this resource.

Trait Implementations

impl Clone for CreateNotificationConfigRequest[src]

impl Debug for CreateNotificationConfigRequest[src]

impl Default for CreateNotificationConfigRequest[src]

impl Message for CreateNotificationConfigRequest[src]

impl PartialEq<CreateNotificationConfigRequest> for CreateNotificationConfigRequest[src]

impl StructuralPartialEq for CreateNotificationConfigRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for CreateNotificationConfigRequest

impl Send for CreateNotificationConfigRequest

impl Sync for CreateNotificationConfigRequest

impl Unpin for CreateNotificationConfigRequest

impl UnwindSafe for CreateNotificationConfigRequest

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]