public sealed class DeleteServiceLevelObjectiveRequest : IMessage<DeleteServiceLevelObjectiveRequest>, IEquatable<DeleteServiceLevelObjectiveRequest>, IDeepCloneable<DeleteServiceLevelObjectiveRequest>, IBufferMessage, IMessage
The DeleteServiceLevelObjective
request.
Implements
IMessage<DeleteServiceLevelObjectiveRequest>, IEquatable<DeleteServiceLevelObjectiveRequest>, IDeepCloneable<DeleteServiceLevelObjectiveRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
DeleteServiceLevelObjectiveRequest()
public DeleteServiceLevelObjectiveRequest()
DeleteServiceLevelObjectiveRequest(DeleteServiceLevelObjectiveRequest)
public DeleteServiceLevelObjectiveRequest(DeleteServiceLevelObjectiveRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteServiceLevelObjectiveRequest |
Properties
Name
public string Name { get; set; }
Required. Resource name of the ServiceLevelObjective
to delete. The format is:
projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]
Property Value | |
---|---|
Type | Description |
String |
ResourceName
public IResourceName ResourceName { get; set; }
IResourceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |
ServiceLevelObjectiveName
public ServiceLevelObjectiveName ServiceLevelObjectiveName { get; set; }
ServiceLevelObjectiveName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ServiceLevelObjectiveName |