ServiceGatewayServiceRequest Class
Properties of the service gateway services request.
Constructor
ServiceGatewayServiceRequest(*, is_delete: bool | None = None, service: _models.ServiceGatewayService | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
is_delete
|
Set to true to mark the service for deletion. Default value: None
|
|
service
|
Service of service gateway. Default value: None
|
Variables
| Name | Description |
|---|---|
|
is_delete
|
Set to true to mark the service for deletion. |
|
service
|
Service of service gateway. |