Interface HttpRequestToGCPServiceConfig

interface HttpRequestToGCPServiceConfig {
    enqueued_by: string;
    payload: any;
    service_account: string;
    url: string;
}

Properties

enqueued_by: string
payload: any
service_account: string
url: string