func (automationClient) GetStorageLocation( ctx context.Context, storageLocationID uuid.UUID,) (*workflows.StorageLocation, error)Get a storage location used by automation storage event triggers.
Parameters
Section titled “Parameters”storageLocationID uuid.UUID required The ID of the storage location.
Returns
Section titled “Returns”A storage location object.