Show / Hide Table of Contents

Class UpdateBitbucketServerConfigOperationMetadata

Metadata for UpdateBitbucketServerConfig operation.

Inheritance
System.Object
UpdateBitbucketServerConfigOperationMetadata
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 UpdateBitbucketServerConfigOperationMetadata : IDirectResponseSchema

Properties

BitbucketServerConfig

The resource name of the BitbucketServerConfig to be updated. Format: projects/{project}/locations/{location}/bitbucketServerConfigs/{id}.

Declaration
[JsonProperty("bitbucketServerConfig")]
public virtual string BitbucketServerConfig { get; set; }
Property Value
Type Description
System.String

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX