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.
Implements
IMessageSubmitConfigSourceResponse, IEquatableSubmitConfigSourceResponse, IDeepCloneableSubmitConfigSourceResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceManagement.V1Assembly
Google.Cloud.ServiceManagement.V1.dll
Constructors
SubmitConfigSourceResponse()
public SubmitConfigSourceResponse()
SubmitConfigSourceResponse(SubmitConfigSourceResponse)
public SubmitConfigSourceResponse(SubmitConfigSourceResponse other)
Parameter | |
---|---|
Name | Description |
other |
SubmitConfigSourceResponse |
Properties
ServiceConfig
public Service ServiceConfig { get; set; }
The generated service configuration.
Property Value | |
---|---|
Type | Description |
Service |