Interface IGetEnvironmentTagApiResponse
Inherited Members
Namespace: Pulumi.Esc.Sdk.Api
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public interface IGetEnvironmentTagApiResponse : IOk<EnvironmentTag?>, IUnauthorized<Error?>, INotFound<Error?>, IInternalServerError<Error?>, IDefault<Error?>, IApiResponse
Properties
View SourceIsDefault
Returns true if the response is the default response type
Declaration
bool IsDefault { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInternalServerError
Returns true if the response is 500 InternalServerError
Declaration
bool IsInternalServerError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNotFound
Returns true if the response is 404 NotFound
Declaration
bool IsNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOk
Returns true if the response is 200 Ok
Declaration
bool IsOk { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnauthorized
Returns true if the response is 401 Unauthorized
Declaration
bool IsUnauthorized { get; }
Property Value
| Type | Description |
|---|---|
| bool |