Struct google_sourcerepo1::UpdateRepoRequest[][src]

pub struct UpdateRepoRequest {
    pub repo: Option<Repo>,
    pub update_mask: Option<String>,
}

Request for UpdateRepo.

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 repository.

A FieldMask specifying which fields of the repo 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 UpdateRepoRequest
[src]

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

impl Clone for UpdateRepoRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UpdateRepoRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for UpdateRepoRequest
[src]

Auto Trait Implementations