Class BatchCreateRepositoriesRequest
Message for creating repositoritories in batch.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v2.Data
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class BatchCreateRepositoriesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Requests
Required. The request messages specifying the repositories to create.
Declaration
[JsonProperty("requests")]
public virtual IList<CreateRepositoryRequest> Requests { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CreateRepositoryRequest> |