Show / Hide Table of Contents

Class BatchCreateRepositoriesResponse

Message for response of creating repositories in batch.

Inheritance
System.Object
BatchCreateRepositoriesResponse
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudBuild.v1alpha2.Data
Assembly: Google.Apis.CloudBuild.v1alpha2.dll
Syntax
public class BatchCreateRepositoriesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Repositories

Repository resources created.

Declaration
[JsonProperty("repositories")]
public virtual IList<Repository> Repositories { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Repository>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX