Google Cloud Monitoring v3 API - Class DeleteServiceLevelObjectiveRequest (3.3.0)

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

Reference documentation and code samples for the Google Cloud Monitoring v3 API class DeleteServiceLevelObjectiveRequest.

The DeleteServiceLevelObjective request.

Inheritance

object > DeleteServiceLevelObjectiveRequest

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

DeleteServiceLevelObjectiveRequest()

public DeleteServiceLevelObjectiveRequest()

DeleteServiceLevelObjectiveRequest(DeleteServiceLevelObjectiveRequest)

public DeleteServiceLevelObjectiveRequest(DeleteServiceLevelObjectiveRequest other)
Parameter
NameDescription
otherDeleteServiceLevelObjectiveRequest

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
TypeDescription
string

ResourceName

public IResourceName ResourceName { get; set; }

IResourceName-typed view over the Name resource name property.

Property Value
TypeDescription
IResourceName

ServiceLevelObjectiveName

public ServiceLevelObjectiveName ServiceLevelObjectiveName { get; set; }

ServiceLevelObjectiveName-typed view over the Name resource name property.

Property Value
TypeDescription
ServiceLevelObjectiveName