Search Results for

    Show / Hide Table of Contents

    Class CreateHookOption

    CreateHookOption options when create a hook

    Inheritance
    System.Object
    CreateHookOption
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Dangl.GiteaOrgManager.Client
    Assembly: Dangl.GiteaOrgManager.dll
    Syntax
    public class CreateHookOption

    Properties

    | Improve this Doc View Source

    Active

    Declaration
    public bool? Active { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Authorization_header

    Declaration
    public string Authorization_header { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Branch_filter

    Declaration
    public string Branch_filter { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Config

    Declaration
    [Required]
    public CreateHookOptionConfig Config { get; set; }
    Property Value
    Type Description
    CreateHookOptionConfig
    | Improve this Doc View Source

    Events

    Declaration
    public ICollection<string> Events { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.String>
    | Improve this Doc View Source

    Type

    Declaration
    [Required(AllowEmptyStrings = true)]
    public CreateHookOptionType Type { get; set; }
    Property Value
    Type Description
    CreateHookOptionType
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH