Class ServiceConfig.VercelArtifacts

java.lang.Object
org.apache.opendal.ServiceConfig.VercelArtifacts
All Implemented Interfaces:
ServiceConfig
Enclosing interface:
ServiceConfig

public static class ServiceConfig.VercelArtifacts extends Object implements ServiceConfig
Configuration for service vercel_artifacts.
  • Field Details

    • accessToken

      public final String accessToken

      The access token for Vercel.

    • endpoint

      public final String endpoint

      The endpoint for the Vercel artifacts API.

      Defaults to https://api.vercel.com.

    • teamId

      public final String teamId

      The Vercel team ID. When set, the teamId query parameter is appended to all API requests.

    • teamSlug

      public final String teamSlug

      The Vercel team slug. When set, the slug query parameter is appended to all API requests.

  • Constructor Details

    • VercelArtifacts

      public VercelArtifacts()
  • Method Details