GetGroupHooksResult

data class GetGroupHooksResult(val group: String, val hooks: List<GetGroupHooksHook>, val id: String)

A collection of values returned by getGroupHooks.

Constructors

Link copied to clipboard
constructor(group: String, hooks: List<GetGroupHooksHook>, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID or full path of the group.

Link copied to clipboard

The list of hooks.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.