func (automationClient) GetStorageLocation(
ctx context.Context,
storageLocationID uuid.UUID,
) (*workflows.StorageLocation, error)
Get a storage location used by automation storage event triggers.
Parameters
The ID of the storage location.
Returns
A storage location object.
location, err := client.Automations.GetStorageLocation(ctx, storageLocationID)