Coda by Ian Macalinao
    Preparing search index...

    Type Alias UpdateGroupV1ArgsArgs

    type UpdateGroupV1ArgsArgs = {
        newName: OptionOrNullable<string>;
        newUri: OptionOrNullable<string>;
    }
    Index

    Properties

    Properties

    newName: OptionOrNullable<string>

    The group's new display name, if changing.

    newUri: OptionOrNullable<string>

    The group's new metadata URI, if changing.