Class UpdateProjectConfigRequest
Request for UpdateProjectConfig.
Implements
Inherited Members
Namespace: Google.Apis.CloudSourceRepositories.v1.Data
Assembly: Google.Apis.CloudSourceRepositories.v1.dll
Syntax
public class UpdateProjectConfigRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectConfig
The new configuration for the project.
Declaration
[JsonProperty("projectConfig")]
public virtual ProjectConfig ProjectConfig { get; set; }
Property Value
Type | Description |
---|---|
ProjectConfig |
UpdateMask
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.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |