Interface UsersExportSegmentResponse

interface UsersExportSegmentResponse {
    message: string;
    object_prefix: string;
    url?: string;
}

Properties

message: string
object_prefix: string
url?: string