public class WebhookHeader
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
WebhookHeader.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
name()
Gets the name.
|
WebhookHeader.Builder |
newBuilder()
New builder.
|
String |
value()
Gets the value.
|
public WebhookHeader.Builder newBuilder()
public String name()
The name of an HTTP header (for example, `Authorization`).
public String value()
The value of an HTTP header.
Copyright © 2023 IBM Cloud. All rights reserved.