interface UnsetEnvReq {
    Name: string;
    Request?: commonpb.Request;
}

Properties

Properties

Name: string
Request?: commonpb.Request