Service Management v1 API - Class SubmitConfigSourceResponse (2.2.0)

public sealed class SubmitConfigSourceResponse : IMessage<SubmitConfigSourceResponse>, IEquatable<SubmitConfigSourceResponse>, IDeepCloneable<SubmitConfigSourceResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Service Management v1 API class SubmitConfigSourceResponse.

Response message for SubmitConfigSource method.

Inheritance

object > SubmitConfigSourceResponse

Namespace

Google.Cloud.ServiceManagement.V1

Assembly

Google.Cloud.ServiceManagement.V1.dll

Constructors

SubmitConfigSourceResponse()

public SubmitConfigSourceResponse()

SubmitConfigSourceResponse(SubmitConfigSourceResponse)

public SubmitConfigSourceResponse(SubmitConfigSourceResponse other)
Parameter
NameDescription
otherSubmitConfigSourceResponse

Properties

ServiceConfig

public Service ServiceConfig { get; set; }

The generated service configuration.

Property Value
TypeDescription
Service