Search Results for

    Show / Hide Table of Contents

    Class CreateRepoOption

    CreateRepoOption options when creating repository

    Inheritance
    System.Object
    CreateRepoOption
    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 CreateRepoOption

    Properties

    | Improve this Doc View Source

    Auto_init

    Whether the repository should be auto-initialized?

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

    Default_branch

    DefaultBranch of the repository (used when initializes and in template)

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

    Description

    Description of the repository to create

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

    Gitignores

    Gitignores to use

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

    Issue_labels

    Label-Set to use

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

    License

    License to use

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

    Name

    Name of the repository to create

    Declaration
    [Required(AllowEmptyStrings = true)]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Private

    Whether the repository is private

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

    Readme

    Readme of the repository to create

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

    Template

    Whether the repository is template

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

    Trust_model

    TrustModel of the repository

    Declaration
    public CreateRepoOptionTrust_model? Trust_model { get; set; }
    Property Value
    Type Description
    System.Nullable<CreateRepoOptionTrust_model>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH