Type Alias request_CreateModuleRequest

request_CreateModuleRequest: {
    description?: string;
    doc?: string;
    name: string;
    owners?: string[];
    url: string;
}

Type declaration

  • Optionaldescription?: string

    Description is a human-readable description of the module.

  • Optionaldoc?: string

    Doc is the documentation URL of the module.

  • name: string

    Name is the module name.

  • Optionalowners?: string[]

    Owners is a list of owners for the module.

  • url: string

    URL is the module oci artifact registry URL.