Class DisableServiceRequest
Request message for the DisableService
method.
Implements
Inherited Members
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 |