Enum UptimeCheckConfig.Types.HttpCheck.Types.ContentType (2.6.0)

public enum ContentType

Header options corresponding to the content type of a HTTP request body.

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Fields

NameDescription
TypeUnspecified

No content type specified.

UrlEncoded

body is in URL-encoded form. Equivalent to setting the Content-Type to application/x-www-form-urlencoded in the HTTP request.