Type Alias request_UpdateModuleRequest

request_UpdateModuleRequest: {
    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.

  • Optionalurl?: string

    URL is the module oci artifact registry URL.