Webhook class

Describes a webhook that connects repository events to an Amplify app.

Constructors

Webhook({required String branchName, required DateTime createTime, required String description, required DateTime updateTime, required String webhookArn, required String webhookId, required String webhookUrl})
Webhook.fromJson(Map<String, dynamic> json)
factory

Properties

branchName String
The name for a branch that is part of an Amplify app.
final
createTime DateTime
The create date and time for a webhook.
final
description String
The description for a webhook.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime DateTime
Updates the date and time for a webhook.
final
webhookArn String
The Amazon Resource Name (ARN) for the webhook.
final
webhookId String
The ID of the webhook.
final
webhookUrl String
The URL of the webhook.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited