Struct google_sqladmin1_beta4::SslCertsInsertRequest [] [src]

pub struct SslCertsInsertRequest {
    pub common_name: Option<String>,
}

SslCerts insert request.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

User supplied name. Must be a distinct name from the other certificates for this instance. New certificates will not be usable until the instance is restarted.

Trait Implementations

impl Debug for SslCertsInsertRequest
[src]

Formats the value using the given formatter.

impl Clone for SslCertsInsertRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SslCertsInsertRequest
[src]

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

impl RequestValue for SslCertsInsertRequest
[src]