You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@JsonPropertyDescription("Optional base URL of the service. If specified, client SDKs do not require users to manually specify a base URL.")
@JsonProperty("baseUrl")
privateStringbaseUrl;
@JsonPropertyDescription("A map of operations provided by the API. Keys should use dot-notation to group operations into logical units (e.g., product.getAll or enterprise.product.execute).")