Show / Hide Table of Contents

Class DisableServiceRequest

Request message for the DisableService method.

Inheritance
object
DisableServiceRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceUsage.v1.Data
Assembly: Google.Apis.ServiceUsage.v1.dll
Syntax
public class DisableServiceRequest : IDirectResponseSchema

Properties

CheckIfServiceHasUsage

Defines the behavior for checking service usage when disabling a service.

Declaration
[JsonProperty("checkIfServiceHasUsage")]
public virtual string CheckIfServiceHasUsage { get; set; }
Property Value
Type Description
string

DisableDependentServices

Indicates if services that are enabled and which depend on this service should also be disabled. If not set, an error will be generated if any enabled services depend on the service to be disabled. When set, the service, and any enabled services that depend on it, will be disabled together.

Declaration
[JsonProperty("disableDependentServices")]
public virtual bool? DisableDependentServices { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX