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
IMessage<SubmitConfigSourceResponse>, IEquatable<SubmitConfigSourceResponse>, IDeepCloneable<SubmitConfigSourceResponse>, 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 |