Class SubmitConfigSourceResponse (1.5.0)

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

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