CreateRepositoryUsingTemplateRequest Class

Definition

CreateRepositoryUsingTemplateRequest

public class CreateRepositoryUsingTemplateRequest
type CreateRepositoryUsingTemplateRequest = class
Public Class CreateRepositoryUsingTemplateRequest
Inheritance
CreateRepositoryUsingTemplateRequest

Constructors

Name Description
CreateRepositoryUsingTemplateRequest()

Properties

Name Description
Description

A short description of the new repository.

IsPrivate

Either true to create a new private repository or false to create a new public one.

Name

The name of the new repository.

Owner

The organization or person who will own the new repository. If left blank, the authenticated user will be the owner.

Applies to