interface GetOptionRequest {
    optionId: string;
    zone?: Zone;
}

Properties

Properties

optionId: string

ID of the option.

zone?: Zone

Zone to target. If none is passed will use default zone from the config.