Class DeleteGitHubEnterpriseConfigOperationMetadata
Metadata for DeleteGitHubEnterpriseConfig
operation.
Inheritance
System.Object
DeleteGitHubEnterpriseConfigOperationMetadata
Implements
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.v1alpha1.Data
Assembly: Google.Apis.CloudBuild.v1alpha1.dll
Syntax
public class DeleteGitHubEnterpriseConfigOperationMetadata : IDirectResponseSchema
Properties
CompleteTime
Time the operation was completed.
Declaration
[JsonProperty("completeTime")]
public virtual object CompleteTime { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
CreateTime
Time the operation was created.
Declaration
[JsonProperty("createTime")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GithubEnterpriseConfig
The resource name of the GitHubEnterprise to be deleted. Format:
projects/{project}/locations/{location}/githubEnterpriseConfigs/{id}
.
Declaration
[JsonProperty("githubEnterpriseConfig")]
public virtual string GithubEnterpriseConfig { get; set; }
Property Value
Type | Description |
---|---|
System.String |