Struct google_sourcerepo1::UpdateProjectConfigRequest[][src]

pub struct UpdateProjectConfigRequest {
    pub project_config: Option<ProjectConfig>,
    pub update_mask: Option<String>,
}

Request for UpdateProjectConfig.

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

The new configuration for the project.

A FieldMask specifying which fields of the project_config to modify. Only the fields in the mask will be modified. If no mask is provided, this request is no-op.

Trait Implementations

impl Default for UpdateProjectConfigRequest
[src]

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

impl Clone for UpdateProjectConfigRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UpdateProjectConfigRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for UpdateProjectConfigRequest
[src]

Auto Trait Implementations